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 - [email protected] > 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 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
