i have dowloaded the dotConnect for postgreSQL trial version 5.00 beta, in order to test the Entity Framework link. Some methods are not working (tried also in 4.95) :
- MyContext.DataBaseExists returns true while database does not exists
- MyContext.CreateDatabase throws an error saying that my database does not exists (yes, i want to create it

I tried the same code using your dotConnet for MySQL, and it's working great.
If i create manually the database, and create the sql script to fill the database table, then the link is working, but i need the dynamic creation to work.
(another problem : the SQL script generated is not ok on a newly created database : the "DROP CONSTRAINT" lines are not accepted by postgresql if they do not exists.)
My PostgreSQL version is 9.0.1, i am using Visual studio 2010, EF and c# 4.0 and windows 7.
Am i missing something ? Where could i tweak something ?
Thank you for any help
