[Mono-list] ASP.NET 2.0, apache2 and mod-mono-server2.exe

Fredrik Elestedt fredrik at elestedt.com
Sat Nov 26 11:54:24 EST 2005


Gonzalo Paniagua Javier wrote:
> On Wed, 2005-11-23 at 23:10 +0100, Fredrik Elestedt wrote:
> 
> 
>>and finally the error log:
>>Unhandled Exception: System.Web.Compilation.ParseException: Unknown
>>attribute: Master
>>in <0x0003c> System.Web.UI.BaseParser:ThrowParseException (System.String
>>message)
> 
> 
> Make sure that mod-mono-server2.exe is the one running. Also try to run
> your application from the command line using xsp2 to verify that it
> works.
> 
> -Gonzalo
> 
> 
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list

Running it under xsp2 yields:

Unhandled Exception: System.Web.Compilation.CompilationException:
Exception of type System.Web.Compilation.CompilationException was thrown.
in <0x000db> System.Web.Compilation.BaseCompiler:CheckCompilerErrors
(System.CodeDom.Compiler.CompilerResults results)

I have tried a much simpler webapp (one which only contains a master
page - no code to execute, except the basic classes) and that one worked.

// Fredrik


More information about the Mono-list mailing list