BUG: Cannot build using Microsoft Team Build

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
jwinn179
Posts: 1
Joined: Thu 15 Jul 2010 17:21

BUG: Cannot build using Microsoft Team Build

Post by jwinn179 » Thu 15 Jul 2010 17:29

We have a Team Build server where I work, and we were having some issues with getting the projects to build due to some issues with your MSBuild task. If used in a web application project, your build process breaks down when looking for the obj\Debug folder. To correct this problem, I added a simple check to your targets file.

Here's the actual error:
C:\Program Files\MSBuild\Devart\v3.5\Devart.Data.Entity.targets(32,5): error : DevartEntityDeploy: Could not find a part of the path 'C:\(REMOVED)\obj\Debug\(REMOVED).ssdl'. [C:\(REMOVED)\(REMOVED).csproj]

And here's the fix:













The part in bold above just checks to ensure the directory exists before calling your DevartEntityDeploy target to generate the ssdl files.

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

Post by AndreyR » Fri 16 Jul 2010 08:16

Can you reproduce this problem using latest 5.70.146 build?
We have fixed similar error in it.

bhav27
Posts: 20
Joined: Tue 20 Apr 2010 11:53

Post by bhav27 » Thu 22 Jul 2010 11:09

AndreyR wrote:Can you reproduce this problem using latest 5.70.146 build?
We have fixed similar error in it.
I've reproduced same error in the 5.70.140 version. I've also sent support email for the solution. We'll install latest build and will see what happens.

Post Reply