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.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to