Re: [Mono-dev] Mono 3.0.2 and Asp.Net MVC3 issue

2012-12-13 Thread Daniel Lo Nigro
I found the same issue when getting Mono 3.0 + XSP working. I'm not sure why the downloads folder doesn't have the latest XSP version available. On Thu, Dec 13, 2012 at 3:56 AM, Matteo Tesser wrote: > Thanks to everybody, > I confirm that if we use the latest xsp got from github everything works

Re: [Mono-dev] Mono 3.0.2 and Asp.Net MVC3 issue

2012-12-12 Thread Matteo Tesser
Thanks to everybody, I confirm that if we use the latest xsp got from github everything works fine our wrong assumptions was that the latest xsp could be found below http://download.mono-project.com/sources/xsp/ Matteo On Wed, Dec 12, 2012 at 5:10 PM, Rodrigo Kumpera wrote: > XSP version to

Re: [Mono-dev] Mono 3.0.2 and Asp.Net MVC3 issue

2012-12-12 Thread Rodrigo Kumpera
XSP version to be used with mono must be the same one as of mono. We don't support mixing different versions. On Wed, Dec 12, 2012 at 7:19 AM, Daniel Lo Nigro wrote: > Also I don't think XSP 2.10.2 is fully compatible with Mono 3. There's > been some small changes and you will either need to gr

Re: [Mono-dev] Mono 3.0.2 and Asp.Net MVC3 issue

2012-12-12 Thread Daniel Lo Nigro
Also I don't think XSP 2.10.2 is fully compatible with Mono 3. There's been some small changes and you will either need to grab the 3.0 version from Github (either the 3.0 tag, or the latest "master" version if you want the latest fixes). See https://github.com/mono/xsp On Wed, Dec 12, 2012 at 11

Re: [Mono-dev] Mono 3.0.2 and Asp.Net MVC3 issue

2012-12-12 Thread Daniel Lo Nigro
This usually points to an error in your Web.config file. Ensure it doesn't have any references to Entity Framework, as Mono doesn't support Entity Framework (other than the alpha version of Entity Framework 6). Can you post your whole Web.config file (removing any sensitive data if necessary)? O

[Mono-dev] Mono 3.0.2 and Asp.Net MVC3 issue

2012-12-12 Thread Matteo Tesser
Hello, We have some trouble to run an Asp.Net MVC3 under mono 3.0.2 (profile .NET 4.0) The webapp runs fine under mono 2.10.9. In details, we are using lighttpd 1.4.28 (ssl) webserver. the fastcgi configuration file is the following: fastcgi.server = ( "" => (( "socket" => "/tmp/fas