On Fri, 2009-03-06 at 15:28 -0800, [email protected] wrote:
> But i noticed the MySQL .cs file generated is not basically containing
> the proper includes - i'll give you them if i succeed ;D
> After changes, it compiles, but i have an error "unable to find
> DbLinq.SqlServer" (i'm with MySQL) when i instanciate my strongly
> typed datacontext.
How are you instantiating your strongly typed DataContext?
If you're using the string constructor, you need to provide a
DbLinqProvider parameter within the connection string, e.g.
DbLinqProvider=MySql; ...
Otherwise it will assume you want the SqlServer provider (which isn't
appropriate for your case).
- Jon
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---