WHy do i get this error message?

S

Sara

Parser Error Message: Could not load type 'MyIp.Global'.

Source Error:

Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="MyIp.Global"
%>



Any ideas?
I really need some help on this one.
 
A

alien2_51

If you look at your project properties, solution explorer>web
project>context menu->properties...
Your root namespace should be MyIP.. is it..?
If it is not change your Inherits attribute to whatever is specified in the
root namespace property...
I've noticed this happening when I've renamed my project..
Also make sure the class defined in Global.asax.vb is named [Global]
 
S

Sara

Thanks!!!

I finally got it working...

alien2_51 said:
If you look at your project properties, solution explorer>web
project>context menu->properties...
Your root namespace should be MyIP.. is it..?
If it is not change your Inherits attribute to whatever is specified in the
root namespace property...
I've noticed this happening when I've renamed my project..
Also make sure the class defined in Global.asax.vb is named [Global]

Sara said:
Parser Error Message: Could not load type 'MyIp.Global'.

Source Error:

Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="MyIp.Global"
%>



Any ideas?
I really need some help on this one.
 

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

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,565
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top