Page 1 of 1

EDM Wizard

Posted: Thu 03 Apr 2008 15:36
by ericdes
C:\Program Files\CoreLab\PostgreSQLDirect.NET2\Entity\PostgreSqlEdmWizard.exe
I'm getting the following error message:

Code: Select all

CoreLab PostgreSQL.Entity.Design.PostgreSqlEdmWizard has encountered a problem and needs to close. We are sory for the inconvenience.
Is this a bug? Or should I be able to launch this wizard from Visual Studio rather than as a stand alone app.?

Posted: Thu 03 Apr 2008 15:44
by Alexey.mdr
The wizard is a stand alone application.
What version of PostgreSQLDirect .NET do you use?

Posted: Thu 03 Apr 2008 16:05
by ericdes
Version 3.50.25.0

Posted: Fri 04 Apr 2008 10:56
by Alexey.mdr
We have tested the build and didn't find the problem in PostgreSQLDirect .NET.
Please check that you have Entity Framework beta 3 installed on your machine.

Posted: Fri 04 Apr 2008 13:42
by ericdes
That was the problem indeed.

Posted: Fri 04 Apr 2008 14:31
by Alexey.mdr
Great!
Feel free to contact us if you face any difficulties with PostgreSQLDirect .NET.

Posted: Fri 04 Apr 2008 20:33
by ericdes
Another problem when I try to generate the .csdl, .ssdl and .msl files: there's no EdmxDeploy.exe in my %windir%\Microsoft.NET\Framework\v3.5\ directory.

I'm just trying there to follow you readme file that says:
Add the following lines to post-build property of your project (assuming TestModel.edm is the name of the generated file)
copy "$(ProjectDir)"\TestModel.edm "$(TargetDir)"\TestModel.edmx
"%windir%\Microsoft.NET\Framework\v3.5\EdmxDeploy.exe" "$(TargetDir) " "$(TargetDir) "
del /q "$(TargetDir)"\TestModel.edmx

Posted: Mon 07 Apr 2008 08:46
by Alexey.mdr
Do you get the exception that states “...there's no EdmxDeploy.exe in ...”?
All needed .csdl, .ssdl and .msl files are generated automatically by the IDE when you compile a project.

Posted: Mon 07 Apr 2008 15:42
by ericdes
Exactly, this is the exception I get:
... no EdmxDeploy.exe ...

Posted: Mon 07 Apr 2008 16:06
by Alexey.mdr
Please send me (alexeyman*crlab.com) several screenshots to illustrate the problem.