Oh, I'm sorry so I will post the same question to MONO project. Thanks Oscar
On 18 Nov, 03:31, Atsushi Eno <[EMAIL PROTECTED]> wrote: > Hi, > > I don't think this mailing list is appropriate to talk about > mono-specific issue (LinqDataSource has nothing to do with dblinq). > But as you guess, it is not supported yet in mono. There is some > working code outside svn trunk > though:http://veritas-vos-liberabit.com/monogatari/2008/10/linqdatasource-ea... > > LinqDataSource will be implemented at some stage, but full support for > the core Linq to SQL functionality is mostly up to this community ;-) > > Atsushi Eno > > > > oscar.peli wrote: > > I'm porting a Linq-to-Sql app from Windows/Sql Server to Linux(MONO)/ > > MySql. > > For "basic" tables management (there are a lot), I use the > > LinqDataSource web control that lets me manage basic CRUD operation > > without a line of code (more or less). > > I tried to run this pages under MONO using DbLinq but I get the > > following error: > > > Server Error in '/linq' 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: Type not found. > > Source Error: > > Line 16: AllowSorting="true"> > > Line 17: </asp:GridView> > > Line 18: <asp:LinqDataSource ID="LinqDataSource1" > > Line 19: runat="server" > > Line 20: EnableDelete="true" > > Line 21: EnableUpdate="true" > > Line 22: ContextTypeName="worldDB.World" > > Line 23: TableName="City"> > > Line 24: </asp:LinqDataSource> > > Line 25: </form> > > Source File: /srv/www/htdocs/LinqMySql/world1.aspx Line: 18 > > Version information: Mono Version: 2.0.50727.42; ASP.NET Version: > > 2.0.50727.42 > > > so I suppose that LinqDataSource is not yet supported. > > There are plans to support it? > > Thanks. > > Oscar.- Nascondi testo citato > > - Mostra testo citato - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DbLinq" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/dblinq?hl=en -~----------~----~----~----~------~----~------~--~---
