HttpCompileException

  • Thread starter Thread starter Guest
  • Start date Start date
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
--------------------------------------------------------------------------------------------------------------------
 
Hello,

Thanks for your post. As I understand, the problem you are facing is that
the main.aspx fails to load with the HttpCompilException. Please correct me
if there is any misunderstanding. I now share the following information
with you:

Based on my experinece and research, I used to have similar problem which
was caused by anti-virus application. If you are running any anti-virus
application, could you please temporarily close it and stop its
corresponding services and then check if the problem still exists?

To narrow down the problem, I suggest you to replace Main.aspx to see if
the problem occurs to all other pages. You can also remove w/forms
authentication and see how it goes.

I look forward to your response.

Have a nice day!

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Hi,

I am currently standing by for an update from you and would like to know
how things are going there. Should you have any questions or concerns on
the recent questions/ information I've posted, please don't hesitate to let
me know directly. It's my pleasure to be of assistance.

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top