Hittade den raden nu, men det blir fel i WebForm1.aspx filen där vid Inherit..
Frågan#1
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 'lab2.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="lab2.Global" %>
Source File: C:\Inetpub\wwwroot\kurs\lab2\global.asax Line: 1
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
Har fått detta felmeddelande på varje nytt projekt som startas, och den säger att det är fel i global.asax, men där hittar jag inte den Line 1: <%.....
Nån som vet vad som har gått snett?
