Hi 

I am fairly new to this project, so please bear with me.
I have compiled mono and mono basic on my Centos 5.2 server which both run 
well. 
I have also setup IronPython, Nant and Boo that all run on command line but I 
cant figure out how to set them up to run 'inline' in aspx pages. 

The most progress I have made is with boo where after playing around with the 
.dll files and putting them in different bin folders I get the error

   Server Error in '/test' Application

--------------------------------------------------------------------------------

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

Parser Error Message: Cannot find type Boo.Examples.Web.HelloAspNet

Source Error: 

Line 1: <%...@page Inherits="Boo.Examples.Web.HelloAspNet" %>
Line 2: <html>
Line 3: <body>
 


Source File: /var/www/html/test/boo/examples/asp.net/HelloAspNet.aspx  Line: 1


I would appreciate any directions to tutorials or how to guides on how to setup 
these languages.

Regards


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

Reply via email to