[Mono-dev] XSP/Mod_mono issues

Gonzalo Paniagua Javier gonzalo at ximian.com
Thu Apr 13 16:35:44 EDT 2006


On Thu, 2006-04-13 at 15:11 -0500, Colt D. Majkrzak wrote:
> It appears there is something wrong with the XPS/mod_mono RPMS for redhat
> enterprise 3.  I just downloaded the source and compiled, and now XSP is
> responding correctly, but still a bit odd to me.  Like I said the test is
> just a blank asp.net 2.0 project with a textbox and button, no code at all,
> nothing changed.  When I try to pull open the Default.aspx, I get the
> following message.
> 
> Server Error in '/' Application
> 
> ----------------------------------------------------------------------------
> ----
> 
> Parser Error
> Description: Error parsing a resource required to service this request.
> Review your source file and modify it to fix this error. 
> Error message: Cannot find type _Default 

You're supposed to have an assembly in 'bin' with that type. And it's
recommended to have that type inside a namespace.

Also System.Web 2.0 in 1.1.14 has some serious regressions that are
fixed in svn HEAD.

-Gonzalo





More information about the Mono-devel-list mailing list