Error 'MySql' not exist

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Post Reply
hachemt
Posts: 1
Joined: Fri 22 Feb 2013 17:35

Error 'MySql' not exist

Post by hachemt » Fri 22 Feb 2013 17:56

i m using LinqConnect with mysql, a have this error
Error 'MySql' does not exist in namespace using Devart.Data

Devart Linqconnect for Metro assemblies are added to the references of your project

MariiaI
Devart Team
Posts: 1472
Joined: Mon 13 Feb 2012 08:17

Re: Error 'MySql' not exist

Post by MariiaI » Mon 25 Feb 2013 08:17

Please add the corresponding MySql assemblies to the References of your project:
- Devart.Data.MySql.Linq.dll from 'C:\Program Files (x86)\Devart\dotConnect\Linq\WinRT';
- Devart.Data.MySql.dll from 'C:\Program Files (x86)\Devart\dotConnect\MySQL\WinRT'.

Rebuild your project after these steps. Please tell us if this helps.

Post Reply