ASP.NET strange compilation error

后端 未结 20 702
刺人心
刺人心 2020-12-04 12:50

I don\'t know what\'s wrong with my machine, but it\'s a while that I\'m getting the following strange error from ASP.NET (for all my applications).

Compilat         


        
20条回答
  •  南笙
    南笙 (楼主)
    2020-12-04 13:26

    If you did deploy this application into your server, it's possible that the *.config files in folder \bin\roslyn were deleted.

    Then review if exist the files like:

    • csc.exe.config
    • csi.exe.config
    • vbc.exe.config
    • VBCSCompiler.exe.config

    These files can be variate depending on your project references.

提交回复
热议问题