visual stdio community 2017 v 15.9.3 unable to run project - visual-studio

1:- after updating visual studio community 2017 to new version 15.9.3
when I tried to run my MVC project
there I am facing this error
here I had close all chrome instance
and does not work
2:- if I start vs as administrator then there is another error
I had already reinstalled vs community 2017,
deleted vs folder in the project ,
and deleted IIS express folder in the document
but this is same
so anyone has a good solution for this?

Related

Visual studio upgrade

I have a Visual studio web forms project that is written in vb.net 4.8. It was originally built in VS 2012. At some point, I got a free version of VS 2019 to try and opened the project. After a few weeks, I scrapped VS 2019. Now when I open the project in VS 2012, it churns for a moment and VS crashes.
VS must have upgraded my project to work with 2019 and added some pieces that don't work in VS 2012.
How do I downgrade the project so it opens in VS 2012? or can I rebuild the project so it works in VS 2012?
I tried downloading VS 2019 and opening the project. The project kept crashing VS. I created a new project in VS 2019 and imported the files in. After adding them to the project, I had about 5 warning preventing the program from building. Once those were addressed, I could run the project. I will now have to upgrade to the latest version of VS.

Updated Visual Studio 2015 RTM from Update 1 to Update 2, now Cordova Project is "Incompatible"

I updated my Visual Studio 2015 RTM from Update 1 to Update 2 and now my Cordova project won't open. I get the following error message instead of my project files:
This project is incompatible with the current edition of Visual
Studio.
I've installed the following hot fix and rebooted my machine and it made no difference:
https://msdn.microsoft.com/en-us/library/mt695655.aspx
The only option I get for that project is to edit my .jsproj file. But I haven't a clue what I'd have to change to make it work.
Here's my version info for Visual Studio:
How do I get my project to work with the new update to Visual Studio 2015?
For what ever reason, Visual Studio seemed to remove the Tools for Apache Cordova and I had to reinstall them from scratch. Once I'd reapplied version 8.1 of the tools, the project loaded up just fine.

.csproj file unsupported in Visual Studio 2013

So I'm trying to do what I think is a very simple thing: generate a Windows Phone app with PhoneGap and open it in Visual Studio. On a totally fresh Windows installation (via Bootcamp), I've:
Downloaded Visual Studio Express 2013 for Windows (the very first download button: http://developer.windowsphone.com/en-us/downloadsdk)
Created a PhoneGap Windows Phone app per the Getting Started guide.
However, every time I try to open the csproj file, I keep getting this error:
Unsupported
This version of Visual Studio is unable to open the following projects. The project types may not be installed or this version of Visual Studio may not support them.
For more information on enabling these project types or otherwise migrating your assets, please see the details in the "Migration Report" displayed after clicking OK.
- HelloWorld, "C:\BodBot\BodBot-PG\BodBot\platforms\wp8\HelloWorld.csproj"
No changes required
These projects can be opened in Visual Studio 2013, Visual Studio 2012, and Visual Studio 2010 SP1 without changing them.
- HelloWorld, "C:\BodBot\BodBot-PG\BodBot\platforms\wp8\HelloWorld.sln"
No matter what I do. It works totally fine on Visual Studio 2012 for Windows Phone. I've tried it on VS 2013 for Desktop, and that doesn't work either. No clue what is happening here, and don't know even where to start to figure out what's wrong. I've Googled extensively to no avail; basically all instances of this error seem to have to do with previous version of VS. Pointing in any direction would be very much appreciated.
Turns out Update 2 wasn't getting installed correctly. I ended up installing Visual Studio and the Update 2 separately and Update 2 got installed successfully. Everything works now.
To build Multi device hybrid (Cordova tooling) apps with Visual Studio, you need to have Visual Studio 2013 Update 2 - Professional, Ultimate, or Premium.
Visual Studio 2013 Update 2: Global Apps e Android/iOS App

VS 2013 Express for Desktop wont open vcxproj project files

I am trying to open the Direct3D Tutorial Win32 Samples with VS 2013 Express for Windows Desktop. To my surprise it claims that the individuals projects in the solution each cannot be opened because their project types (.vcxproj) are not supported by this version of the application.
Does anyone know why the vcxproj files cannot be opened, or how I could diagnose and repair the root cause of the problem?
Edit: I can also not open the vcxproj files in Mike Farnsworth's Rayito project.
It means that the projects were created in another version of Visual Studio.
Try to upgrade the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting Upgrade Solution.
Alternatively you could use Visual Studio 2012 Express Edition to see if that resolves the problem.
Windows Dev Center indicates that Visual Studio 2012 is required.
Hope this helps
Neither of the other answers seemed to help.
I uninstalled visual studio. I uninstalled SQL server. I reinstalled visual studio. Now it loads C++ projects correctly.
I understand a previous install of visual studio can cause the problem I was having. Apparently so can installing SQL server Express prior to installing Visual Studio 2013 Express.

Sharepoint 2010 Projects not showing in Visual Studio 2010

I have installed sharepoint 2010 and the sdk, yet I cannot see / open sharepoint projects in Visual Studio. When I go to new >> Project, sharepoint is not anywhere in the options.
If I try and open an event receiver project, I get this project type is not supported in this installation.
I have tried reinstalling the Sharepoint 2010 SDK, and repairing VS 2010 Premium.
Does anyone have any ideas on what I need to do to get this to work?
I'm running VS 2010 Professional and when I ran VS 2010 SP1 it crashed during installation. After that I got the same error message when I opened a solution containing Sharepoint 2010 projects. I tried the following but it didn't solve it:
- Running VS 2010 repair
- Reinstalling VS2010 SP1
- Reinstalling .Net framework 4.0
Same error...
Finally I ran VS2010 setup, 'add remove features', and noticed that the 'Sharepoint Developer Tools' was not included anymore. I added it and now it works!
This was resolved by uninstalling and reinstalling VS 2010 premium. Go Figure!

Resources