Page 1 of 1

Can't publish via ClickOnce after installing dotConnect

Posted: Thu 05 Mar 2009 16:45
by davide_lenza
Hi,
I can't publish via ClickOnce after installing dotConnect for Oracle 5.2 beta also if the project is not using at all the dotConnect dlls

Can you help me?

Davide

Error 1 The "DevartEntityDeploy" task could not be loaded from the assembly C:\WINDOWS\Microsoft.NET\Framework\v3.5\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, and that the assembly and all its dependencies are available. Pioneer.Allocations.Start

Posted: Fri 06 Mar 2009 10:39
by AndreyR
This problem is probably associated with the fact that .NET Framework 3.5 Service Pack 1 is not installed on your machine.
I will let you know as soon as this bug is fixed.

Posted: Fri 06 Mar 2009 10:45
by AndreyR
As a temporary workaround, you can uninstall dotConnect and reinstall it without the "Entity Developer" feature.

Posted: Fri 06 Mar 2009 11:01
by davide_lenza
I have found a different workaround. I have simply renamed the following files. No more compilation problems now

C:\WINDOWS\Microsoft.NET\Framework\v3.5\Devart.Data.Entity.Build.Tasks.dll_aaa
C:\WINDOWS\Microsoft.NET\Framework\v3.5\Devart.Data.Entity.targets_aaa

Posted: Fri 06 Mar 2009 16:17
by davide_lenza
Installing .NET Framework 3.5 Service Pack 1 has fixed the problem. Thanks for your help!!!!