G
Guest
When I left last night my ASP.Net app was working fine. This morning I had to re-boot the server and then now all i get is the following error message from my custom error handler
There has been an error in the Budget_DeptInput application. =====================================================
Error Occured at : 4/29/2004 10:30:48 AM
In File :/Budget_DeptInput/Main.aspx
The error was : System.Web.HttpCompileException: External component has thrown an exception
at System.Web.Compilation.BaseCompiler.ThrowIfCompilerErrors(CompilerResults results, CodeDomProvider codeProvider, CodeCompileUnit sourceData, String sourceFile, String sourceString
at System.Web.Compilation.BaseCompiler.GetCompiledType(
at System.Web.Compilation.PageCompiler.CompilePageType(PageParser pageParser
at System.Web.UI.PageParser.CompileIntoType(
at System.Web.UI.TemplateParser.GetParserCacheItemThroughCompilation()
I am using ASP.Net 1.1 w/ forms authentication; SQLserver 2000 running on the same box and an error handler that i built based on the MSDNCustomErrors module that Eli Robilard outlined in his MSDN article "Rich Custom Error Handling with ASP.Net
My login procedure works fine, but when the request gets to my Main.aspx it chokes. The page is very simple and has no code on it yet. (i was planning to do that today...
Can anyone shed some light on what is going on
Thanks
Michae
Main.asp
--------------------------------------------------------------------------------------------------------------------
There has been an error in the Budget_DeptInput application. =====================================================
Error Occured at : 4/29/2004 10:30:48 AM
In File :/Budget_DeptInput/Main.aspx
The error was : System.Web.HttpCompileException: External component has thrown an exception
at System.Web.Compilation.BaseCompiler.ThrowIfCompilerErrors(CompilerResults results, CodeDomProvider codeProvider, CodeCompileUnit sourceData, String sourceFile, String sourceString
at System.Web.Compilation.BaseCompiler.GetCompiledType(
at System.Web.Compilation.PageCompiler.CompilePageType(PageParser pageParser
at System.Web.UI.PageParser.CompileIntoType(
at System.Web.UI.TemplateParser.GetParserCacheItemThroughCompilation()
I am using ASP.Net 1.1 w/ forms authentication; SQLserver 2000 running on the same box and an error handler that i built based on the MSDNCustomErrors module that Eli Robilard outlined in his MSDN article "Rich Custom Error Handling with ASP.Net
My login procedure works fine, but when the request gets to my Main.aspx it chokes. The page is very simple and has no code on it yet. (i was planning to do that today...
Can anyone shed some light on what is going on
Thanks
Michae
Main.asp
--------------------------------------------------------------------------------------------------------------------