Visual Studio Solution Unavailable (reload doesn't work)

前端 未结 20 1117
离开以前
离开以前 2021-02-01 15:20

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

20条回答
  •  迷失自我
    2021-02-01 16:06

    I faced this problem recently. The procedure below worked for my solution:

    1. Right click the project which is not loading, in VS Solution Explorer
    2. Click on Remove and confirm the removing process
    3. Right click the Solution and select Add > Existing Project
    4. Browse to the .csproj file in the project folder

    If 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

提交回复
热议问题