External component has thrown an exception

  • Thread starter Thread starter Alan Wang
  • Start date Start date
A

Alan Wang

Hi there:

I am having this very wired problem when I am running my web application:

External component has thrown an exception.System.Web 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.UI.PageParser.CompileIntoType()
at System.Web.UI.TemplateParser.GetParserCacheItemThroughCompilation()

Please help and thanks in advance...

Alan
 
It's because your HTML page presents an error with data server on the code
behind :databinding, inexisting function etc...
Cornelius.
 
Back
Top