Error loading assembly with dotConnect for MySQL 5.50

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
mobyscore
Posts: 17
Joined: Mon 28 May 2007 11:05

Error loading assembly with dotConnect for MySQL 5.50

Post by mobyscore » Mon 07 Dec 2009 17:24

I've just installed V5.50 on the development machine (Windows Server 2008) and it works fine. Copying the code to the live machine (a VPS running Windows Server 2003) I get the error:

Parser Error Message: Could not load file or assembly 'Devart.Data.Linq, Version=1.0.23.0, Culture=neutral, PublicKeyToken=09af7300eec23701' or one of its dependencies. The system cannot find the file specified

I've tried re-installing and made sure .NET 3.5 SP1 is installed. If I connect to the live machine with VS 2008, I see the Devart libraries under 'References'.

Is there a new dependency with V5.50 that is causing the problem or is it something else?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Tue 08 Dec 2009 08:47

Please refer to http://www.devart.com/dotconnect/mysql/ ... yment.html . Have you placed the Devart.Data.MySql.Linq.dll and Devart.Data.Linq.dll assemblies in the folder of your application (the Bin folder for web projects)?

mobyscore
Posts: 17
Joined: Mon 28 May 2007 11:05

Post by mobyscore » Tue 08 Dec 2009 10:18

Thanks for your prompt reply and advice. It is now working OK.

mackkaif
Posts: 3
Joined: Mon 30 Nov 2009 14:29

re:

Post by mackkaif » Wed 09 Dec 2009 12:14

thanks for postings :)

Post Reply