G
gopchandani
I have been developing an web-application, everything is working with
it fine. It is currently listed as "excelling" virtual directory. But I
wanted to create a new virtual directory and shift all the codes in the
folder of my applications to the new folder but it is causing typical
parse errors...
Parser Error Message: Could not load type 'Excelling.Global'.
Source Error:
Line 1: <%@ Application Inherits="Excelling.Global" Language="C#" %>
I red through several sites and came to know about the "src" attribute.
But how do we use it with @application? I do not have a Global.asax.cs
file in my folder. I have been developing whole thing in Visual Studio
2005 so far. I can go about changing every page and putting src in
there but how to fix this Global file!
The point I want to re-emphasize is that it only happens whenever I
shift my files from current folder to another folder. I also copied
files on the webserver root and exact same error messages poped up.
Kindly help me out. This site is nearing deployment and I just want to
ensure it gets deployed properly.
Regards,
Rakesh.
it fine. It is currently listed as "excelling" virtual directory. But I
wanted to create a new virtual directory and shift all the codes in the
folder of my applications to the new folder but it is causing typical
parse errors...
Parser Error Message: Could not load type 'Excelling.Global'.
Source Error:
Line 1: <%@ Application Inherits="Excelling.Global" Language="C#" %>
I red through several sites and came to know about the "src" attribute.
But how do we use it with @application? I do not have a Global.asax.cs
file in my folder. I have been developing whole thing in Visual Studio
2005 so far. I can go about changing every page and putting src in
there but how to fix this Global file!
The point I want to re-emphasize is that it only happens whenever I
shift my files from current folder to another folder. I also copied
files on the webserver root and exact same error messages poped up.
Kindly help me out. This site is nearing deployment and I just want to
ensure it gets deployed properly.
Regards,
Rakesh.