Devart dotConnect for Oracle in VS2010

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
marc.wuergler
Posts: 3
Joined: Wed 22 Jul 2009 14:17

Devart dotConnect for Oracle in VS2010

Post by marc.wuergler » Wed 22 Jul 2009 14:20

Hello!

When I try to compile my solution, I keep on getting the following error for all my projects. Any idea?

The "DevartEntityDeploy" task could not be loaded from the assembly C:\WINDOWS\Microsoft.NET\Framework\v4.0.20506\Devart.Data.Entity.Build.Tasks.dll. Could not load file or assembly 'Microsoft.Data.Entity.Build.Tasks, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. Confirm that the declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.

Thanks for your help.

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Wed 22 Jul 2009 14:30

Try to delete the string from the %WINDOWS%\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets file.

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Fri 24 Jul 2009 10:19

We have fixed this problem.
The fix will be included in the next build.

Luix
Posts: 6
Joined: Tue 24 Nov 2009 16:22

I have the same problem in VS2008

Post by Luix » Tue 24 Nov 2009 16:27

I get the same error when compiling my solution (composed by several projects) in VS2008 and I cannot find those lines in neither file such Microsoft.Common.targets/Tasks/CSharp.targets... etc.

Moreover, I cannot find the License Information Dialog which appears in the documentation (Licensing part). In my Tools -> Oracle menu appears only Migration Wizard and the Home Page and About options.

Could you help me, please?

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

Post by Shalex » Wed 25 Nov 2009 12:15

Luix, please remove (or rename) the \Program Files\MSBuild\v3.5\Custom.After.Microsoft.Common.targets file. This should fix the problem.

Probably, you have installed the Express edition of dotConnect for Oracle. Application that uses Express Edition doesn't need the Devart license to be built in its assembly.

Post Reply