Visual Studio Solution Unavailable (reload doesn't work)

前端 未结 20 1197
离开以前
离开以前 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:03

    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.

提交回复
热议问题