Parser Error when deploy ASP.NET application

后端 未结 17 598
既然无缘
既然无缘 2021-01-03 22:56

I\'ve finished simple asp.net web application project, compiled it, and try to test on local IIS. I\'ve create virtual directory, map it with physical directory, then put al

17条回答
  •  礼貌的吻别
    2021-01-03 23:37

    I have solved it this way.

    Go to your project file let's say project/name/bin and delete everything within the bin folder. (this will then give you another error which you can solve this way)

    then in your visual studio right click project's References folder, to open NuGet Package Manager.

    Go to browse and install "DotNetCompilerPlatform".

提交回复
热议问题