How to upgrade to the latest version?

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Post Reply
Blave
Posts: 9
Joined: Fri 23 Sep 2011 12:46

How to upgrade to the latest version?

Post by Blave » Thu 01 Dec 2011 08:34

When I upgrade to the latest version (uninstall old version, then install new version), my projects alert me some errors.

How to upgrade without any error messages?

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Fri 02 Dec 2011 15:58

Most probably, the problem is that your application refers to the particular (old) version of Devart assemblies, and so cannot find them after you installed the new version of LinqConnect. To resolve the problem, please ensure that the references to the Devart assemblies either have the 'Specific Version' property set to false or point to the proper (new) versions.

If the problem persists, please specify the exact error message(s) you are getting.

Post Reply