Page 1 of 1

Error loading assembly with dotConnect for MySQL 5.50

Posted: Mon 07 Dec 2009 17:24
by mobyscore
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?

Posted: Tue 08 Dec 2009 08:47
by Shalex
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)?

Posted: Tue 08 Dec 2009 10:18
by mobyscore
Thanks for your prompt reply and advice. It is now working OK.

re:

Posted: Wed 09 Dec 2009 12:14
by mackkaif
thanks for postings :)