[Mono-dev] mono-xsp problem:page(s) does not participate in application (global.asax) | Samples

manfred.braun manfred.braun at manfbraun.de
Mon Mar 5 16:35:38 EST 2007


Hello again!

I modified it a bit and attached two files. a) "global.asax.cs" with a
public property and a public method and b) "test3.aspx" which should use
them. The error message is:

Error message: 
/tmp/www-data-temp-aspnet-0/b2b914a2/21d07496.0.cs(64,29) : error CS0103:
The name `Global' does not exist in the context of `ASP.test3_aspx'
/tmp/www-data-temp-aspnet-0/b2b914a2/21d07496.0.cs(66,29) : error CS0103:
The name `Global' does not exist in the context of `ASP.test3_aspx'

Just to be sure, I am using: Mono Runtime Version: 1.1.4322.2032
Not to mention, in the root, my "global.asax" is as this:

<%@Application
		inherits="Global"
		src="/bin/Global.asax.cs"
%>

Best regards,
Manfred
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test3.aspx
Type: application/xml
Size: 218 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20070305/9978e66e/attachment.rdf 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Global.asax.cs
Type: application/octet-stream
Size: 387 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20070305/9978e66e/attachment.obj 


More information about the Mono-devel-list mailing list