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

manfred.braun manfred.braun at manfbraun.de
Wed Mar 7 16:49:20 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

Note:This is my second attempt to send this message. I end up always getting
a message, that the mail will be checked by a moderator first, but my
message never appears. I wrote the list-admin, but got no response.
-------------- 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/20070307/19824888/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/20070307/19824888/attachment.obj 


More information about the Mono-devel-list mailing list