[Mono-aspnet-list] ASP.NET MVC - LINQ Datacontext not implemented

Stifu stifu at free.fr
Thu Sep 24 04:11:33 EDT 2009


As you can see from the roadmap (http://mono-project.com/Roadmap), Link to DB
integration is planned for Mono 2.6 (due out in November).

But you could already try your app with Mono SVN, to check everything is
right beforehand and possibly report Link to DB bugs.


hauszerm wrote:
> 
> Hallo,
> I am testing ASP.NET MVC on Mono and have written a small C# example,
> retrieving data with LINQ from a database and displaying this data in an
> form.
> I have tested this program on the Windows ASP.NET platform and the next
> step was to start the sample application on a linux box with Mono (the
> newest VMWare image from mono-project). It was no problem, to build the
> application with MonoDevelop, but when I started  the application I got
> the error message 
> "System.NotImplementedException: The requested feature is not implemented.
>   at TrainerDB.TrainerDBModelDataContext..ctor () [0x00000] in
> /srv/www/htdocs/TrainerDB_V2/TrainerDB/Controllers/LoginController.cs:1"
> 
> I did some investigations and found a lot of comments, that the
> DataContext really isn't implemented in the assembly System/Data/Linq
> On the other side, a lot of people are posting, it is possible to port a
> "Windows" applications to Mono. I found the Link  "Linq to SQL on Mono
> Update: NerdDinner on Mono"
> (http://www.jprl.com/Blog/archive/development/mono/2009/May-14.html)
> describuing in detail, what has to be done to run the Nerdinner
> application on Mono. This application is using the LINQ DataContext class
> too.
> What is the trick, what has to be done, to start a MVC application with
> LINQ DataContext on Mono.
> I appreciate any hint, which will help me to solve my problem
> 
> Regards Michael    
> 
> 

-- 
View this message in context: http://www.nabble.com/ASP.NET-MVC---LINQ-Datacontext-not-implemented-tp25537022p25541669.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.



More information about the Mono-aspnet-list mailing list