我是 VS 2012 的新手。我的解决方案资源管理器中有一个需要加载解决方案的全局文件。加载的文件夹具有蓝色地球图标,但未加载的文件夹具有灰色辐条图像。有没有一种简单的方法来加载这个文件夹?
“/”应用程序中的服务器错误。
解析器错误
说明:解析服务此请求所需的资源时出错。请查看以下特定的解析错误详细信息并适当地修改您的源文件。
解析器错误消息:无法加载类型“EnableWebApp.Global”。
源错误:
第 1 行:<%@ Application Codebehind="Global.asax.cs" Inherits="EnableWebApp.Global" Language="C#" %>
源文件:/global.asax 行:1
版本信息:Microsoft .NET Framework 版本:4.0.30319;ASP.NET 版本:4.0.30319.17929
<%@ Application Codebehind="Global.asax.cs" Inherits="EnableWebApp.Global" Language="C#" %>
ERROR ON THIS LINE: A namespace cannot directly contain members such as fields or methods
Note: I did not alter this file and it was working yesterday!!