Ask a Question related to ASP.NET General, Design and Development.
-
David Banister #1
Re: Global ASAX error
Sounds like references have been removed from your web.config file. Look in
your web.config file under configuration/system.web/compilation/assemblies
for assemblies that have been removed or maybe a clear.
Hope that helps,
David
"Paul Cavacas" <pcavacas@oceanspray.com> wrote in message
news:09b801c34a44$d29b98f0$a001280a@phx.gbl...> In 1 project that I have everytime I open this project
> and run it I get the following 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 'MyCompany.Stars.WebSite.DSO.Global'.
>
> Source Error:
>
>
> Line 1: <%@ Application codebehind="Global.asax.vb"
> Inherits="MyCompany.Stars.WebSite.DSO.Global" %>
>
>
> If I delete the Global file and add a new one then
> the project will work fine until the next time I close
> the project and open it again. Then I have to delete and
> add it back, even though it is empty and has nothing in
> it.
>
> One final thing is that this is not machine specific
> all of the developers that have used this project have
> run into the same problem, but it only happens on this
> one project, none of the other dozens of project have
> this issue.
>
> Any thoughts on what is causing this and how to fix
> it.
David Banister Guest
-
global.asax
Hi all! I've created a simple aspx application and when I run it locally on my pc all works fine. If I move it on the web server I get the... -
C# error - Could not load type TGA.Global.asax
I am new to C# and have imported a C# application developed by another developer into my development box. I am getting an error that I cannot fix... -
Parser Error Message in Global.asax.cs
When I upload files to the server I get this error : "Parser Error Message: Could not load type 'YaddaYadda.Global'. Source Error: Line 1: ... -
Global Error handling in Applicatio_Error() of Global.asax
Hi all, For a web application if we are using web farm, and if i want to do Global Error handling can i use Applicatio_Error() method in... -
What is Global.asax?
It's the class file definition code for the Session and Application events - if you have anything that should be done when a user first connects or...



Reply With Quote

