I am downloading a sample program for a barcode reader that I am using. Everytime I download the program and run it I am prompted with the error in my solution explorer (see ima
I got this error when I open a project targeted on Windows 10.0.10240, I solved this by right click the project in the solution explorer and then choose Reload project
.
Had the same issue after making some changes to .csproj. My .csproj was configured to use IIS which wan't installed. Make sure that your .csproj doesn't contain bad parameters/non-extisting references/urls.
I'm getting this in a Single Page Application Web project. It was because I had the project setup to use IIS (not express).
Visual Studio needs to be opened using the right click on Visual Studio and choose Run as Administrator.
Hope this helps someone to save time.
I faced this problem recently. The procedure below worked for my solution:
Remove
and confirm the removing processSolution
and select Add > Existing Project
.csproj
file in the project folderIf the above procedure does not work, then check the .NET targeted framework. May be Framework Incompatibility must be also one reason of the problem
If it shows error while you perform above steps then please check this
You do not have permission to access the IIS configuration file - Web app error
I had the same issue with VS 2013. Start Visual studio as administrator. Then open the project. Job done.
Mine did the same thing. I thought it was my hard drive, but one time I tried to load the program it didn't work. I left clicked my project and reloaded it. It asked me to install updates. I installed them and tried it again. It didn't work off the bat. I reloaded the project again and it worked!!!