ASP.NET strange compilation error

后端 未结 20 675
刺人心
刺人心 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:37

    The version of the Microsoft.Net.Compilers (3.0) used in my project was incompatible with the version of .NET installed on the server.

    I downgraded the version to 2.1 and everything work fine now.

    I guess it's related to the different versions of .Net framework (guessing .NET Core) installed on the server.

提交回复
热议问题