Debugging Error on Console Application using Visual Studio 2015 - vba

While trying to debug a simple Console Application with C# the following error message occurred:
DNX SDK version not installed
I got a suggestion to upgrade Windows Powershell to 3.0 or higher. Nevertheless, I found my current Powershell Version is 3.0 and it still doesn't work.
I am using Windows 8 OS.
What else can I do?

I found the Solution myself,you need a internet connection and visit the following website..
http://www.codeproject.com/Tips/1039152/DNX-SDK-Version-dnx-clr-win-x-beta-Failedto
First of all,you need to set the path in Environment Variables for Powershell
ie;C:\Windows\System32\Windows PowerShell\1.0
And then enter the following comments mentioned in the website..
Hope You guys find the solution
Thank you

Related

Error when trying to install SSMS 18.4 version

Not sure if anyone has came across this problem but any help is greatly appreciated.
I have SSMS 18.0 Preview 4 installed on my local machine. Whenever I am trying to install any new released version of SSMS I get below error.
Error: The Generally Available (GA) version of SQL Server Management Studio (SSMS) v18.0 cannot be installed because a pre-release version of SSMS is installed on your computer. Uninstall the pre-release version of SSMS from 'Add/Remove Programs' in the Control Panel and run SSMS setup again.
SO i followed the Error and completely removed Preview version. And when i am running new SSMS set up file it still showing same error though i do not have Preview version installed on. I restarted machine after uninstall as well.
Though in error image it says set up is blocked but when i run the SSMS 18 prview 4 it doesn't give me this error and take me to install click.
Any thoughts or solution will highly helpful.
Thank you.
If you encounter this error with the reason being "ssms is currently running", check the file name of the setup exe. If it's ssms.exe, rename it to anything else, I suspect the setup is detecting itself as being management studio based on file name. This worked for me.
Just FYI... This tool helped me to remove the SSMS for SSAS and SSRS which wasn't showing up during regular uninstall.
Tried the MS removal tool and it was showing 4 different SSMS which i uninstalled and finally i was able to install SSMS 18.4.
https://support.microsoft.com/en-sg/help/17588/windows-fix-problems-that-block-programs-being-installed-or-removed
Thank you Dedmon Dai from Microsoft Support.
https://social.msdn.microsoft.com/Forums/sqlserver/en-US/c4e73534-8371-4557-b653-25f87b1c9cbe/ssms-18-installation-error?forum=sqldatabaseengine
In my case, I was getting the error "SSMSCurrentlyRunning = SSMS is currently running. Please close any open instances of SSMS and run this installer again."
I downloaded the file again and it worked.
I had this problem, reinstalled version 18 public preview 7 on https://cloudblogs.microsoft.com/sqlserver/2019/03/01/sql-server-management-studio-18-0-public-preview-7-released/
and then uninstalled and installed the updated version.

visual studio 2017 community "dotnet.exe exited with code 1"

How do I find out just what error it is having?
OS is windows 10 pro.
This problem seems to be there whether I run console or web service.
for me to reproduce this, I can simply create a new console project, then run it.
windows event logs didn't show anything that seem related.
Ok, the way I did it is I ran commandline dotnet consoleapp1.dll and got the error it was having. Thanks

msbuild this application couldn't be started

i've got computer with Windows 8 and fresh installation of Visual Studio 13 Express.
I'm working on project which runs on .NET 4.0 Client profile.
Problem is when i try to complile, this error message is shown:
Solutions:
social.msdn : This one says:
try to restart your VS and rebuild - not working
check MSbuild from promt - not working (Message is shown twice)
I also checked project configuration vsproj and tried to make sample project
Reinstall framework:
i tried ot reinstall almost everything, framework, sdk.
when i've installed .NET Framerork v4.5.2 my VS was unnable to start and anoter .NET apps complied before had missing library
I haven't tried to reinstall VS, yet. (But i dont think if it helps)
Edit: Temporary solution shoud be Visual Studio Express 2012, but it not solves problem.
Reinstalaion of VS didn't help.

MuleStudio - Error failed failed to load the JNI shared library

I have Windows 7 installation with 32 bit JDK.
When I try to run MuleStudio.exe I get the following error:
You need to download the 32 bit edition, which is rather hard to find on the first page.
Deprecation notice: The link is valid just for Mule Studio and not for the new Anypoint Studio. Basically think link is just for historical purposes here and there is a 99% chance this is the wrong link for you.
Check the All Mule Studio Downloads page. and select the 32 bit version.
another solution:
open your AnypointStudio.ini with notepad
add or edit the vm
-vm
C:\Program Files\Java\jdk1.8.0_151\bin // edit this with the path of your installed jdk

Silverlight version mismatch

I just found out that LightSwitch 2011 is out. I tried to install it and found out that Visual Studio 2010 Ultimate Service Pack 1 is a pre-requisite. I installed the Service Pack and then it allowed me to install LightSwitch 2011. All well and good.
Now when I start a new LightSwitch project, it gives me an error that "Unable to find a version of silverlight development runtime installed. Please install the silverlight development runtime." and then there's the link. I click on the link, install whatever is required and the installation fails.
After trying a couple of options I got the response from MSDN Forums that I should uninstall everything and re-install. Tried that. Same error again.
Another response on msdn forums says that my silverlight runtime and developer package must match. I check and find out that they are different versions
Developer Package: 4.0.60129.0
Microsoft Silverlight: 4.0.51204.0
That's what's causing the problem. How can I upgrade both to the latest version and make them match?
I know this is an old post but I had exactly the same problems (12 months later!). What fixed it for me was quite simple.
Instead of following the error prompt to download the latest version of Lightswitch go directly to http://www.silverlight.net/downloads and install Silverlight 5 Developer Runtime for Windows (either 64 or 32 bit).
Hope this helps!
I deleted all entries of "silverlight" from the registry manually. It was a long and painful process. It still didn't work.
I had to reinstall Windows.
It finally works now. I was able to install the latest version of silverlight and work on LightSwitch 2011 finally.