Error trying to run

  • Thread starter Thread starter Ale K.
  • Start date Start date
A

Ale K.

i just reinstalled everything on my machine... i created a web project and
when trying to run it i got the following....
What is it , how to fix it??
Thanks
Error
Server Error in '/Tester' 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 'Tester.Global'.

Source Error:


Line 1: <%@ Application Codebehind="Global.asax.vb"
Inherits="Tester.Global" %>



Source File: c:\inetpub\wwwroot\Tester\global.asax Line: 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 'Tester.Global'.

Source Error:


Line 1: <%@ Application Codebehind="Global.asax.vb"
Inherits="Tester.Global" %>



Source File: c:\inetpub\wwwroot\Tester\global.asax Line: 1

Does the Inherits value of your Page line (first line of your .aspx)
match the name of your aspx.vb or aspx.cs class? Sometimes it helps to
remove the aspx file from the project and add it again.

Good luck

Regards
Freek Versteijn
 
Back
Top