Well,
I updated to mono-1.1.12 and xsp-1.1.10.1 and the pesky
CompilationException disappeared - but instead the "real" error showed
itself:

Description: Error compiling a resource required to service this
request. Review your source file and modify it to fix this error.

Error message: /tmp/elestedt-temp-aspnet-0/9eff4e65/39526.0.cs(70,41) :
error CS0117: `ASP.base_master' does not contain a definition for
`form1' /tmp/elestedt-temp-aspnet-0/9eff4e65/39526.0.cs(97,13) : error
CS0117: `ASP.base_master' does not contain a definition for `form1'
/tmp/elestedt-temp-aspnet-0/9eff4e65/39526.0.cs(102,41) : error CS0117:
`ASP.base_master' does not contain a definition for
`ContentPlaceHolder1'
/tmp/elestedt-temp-aspnet-0/9eff4e65/39526.0.cs(110,13) : error CS0117:
`ASP.base_master' does not contain a definition for `ContentPlaceHolder1'

File name: /var/www/CBC/base.master

Source File: /tmp/elestedt-temp-aspnet-0/9eff4e65/39526.0.cs


Looking at the source to the page base.master one finds that there
exists a form with the name form1 and a ContentPlaceHolder with the name
ContentPlaceHolder1... Anyone have any ideas?

// Fredrik
--- Begin Message ---
I've just created a simple application in VS.NET 2005 (basically static,
but with a library it has to execute) and tried to run this under xsp2.
This gave me the following error:

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)
in <0x00345> System.Web.Compilation.BaseCompiler:GetCompiledType ()

Anyone know how to solve this.
I'm running 1.1.10.1 on Gentoo (i.e. it's compiled for my machine)
amd_64 platform.

Thanks
// Fredrik


--- End Message ---
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to