I am new to VS 2012. I have a global file in my Solution Explorer that needs to load with the solution. Folders that load have a blue globe icon but the folder not loading has a grey spoke image. Is there a simple way to get this folder to load?
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 'EnableWebApp.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="EnableWebApp.Global" Language="C#" %>
Source File: /global.asax Line: 1
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version: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!!