这让我发疯,我有一台装有vs Studio 2017和iss Express的Windows 10机器,当我创建一个新的.net Web应用程序项目(.net框架)并在不进行任何修改的情况下运行它时,我得到了这个在浏览器上:
Server Error in '/' Application.
Parser Error
Description: An error occurred during the parsing of a resource required to
service this request. Please review the following specific parse error details
and modify your source file appropriately.
Parser Error Message: Could not load type 'WebApplication2.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="WebApplication2.Global" Language="C#" %>
Source File: /global.asax Line: 1
Version Information:
Microsoft .NET Framework Version:4.0.30319;
ASP.NET Version:4.7.3160.0
我开始哪种类型的项目都没有关系。
已经尝试清理和重建,将build文件夹设置为bin /和bin / debug,并在.asax文件上更改“ CodeFile的Codebehind”,但始终相同,我相信我需要配置一些东西或安装,但为了我的生命,我无法弄清楚。
问题:
1. 此错误的原因是什么?
2. 在本地运行.net Web应用程序需要安装什么? `
`
答案 0 :(得分:0)
请尝试将项目版本降级到4.0,然后尝试运行它。您遇到了.NET版本冲突。由于ASP.NET版本是4.7,因此如果您使用的.NET版本较少,则某些CLI命令可能无法正常工作。>