Thx Jon, this seems to be exactly my problem - no on my dev computer.

I'm beginning with linq, ado and - by extension - DBLinQ.
I'm a bit lost in all the concepts and the way .net platform is
handling/creating types, so excuse my questions, and many thanks to
your answers.

best regards,

On 7 mar, 03:33, Jonathan Pryor <[email protected]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to