Error trying to run

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
 
V

Versteijn

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top