我刚刚更新了我Visual Studio
的 from Visual Studio Professional 2017
to Visual Studio Enterprise 2017
。我立即收到这些错误,用于编译我的 ASP.NET Web 应用程序。
Invalid option '7.2' for /langversion; must be ISO-1, ISO-2, Default or an integer in range 1 to 6. For the file CSC
互联网上的解决方案告诉我将语言版本从默认更改为 C# 7.0 并重新安装 Microsoft.CodeDom.Providers.DotNetCompilerPlatform。更改为 C# 7.0 不起作用,我没有这个 dll。
事实上,我的 web.config 文件中没有部分,因此我无法在此处更改语言或类型或任何内容。
我不确定为什么会收到此错误。有没有人有任何想法?为什么我没有专区?
眼眸繁星
相关分类