Connection string for model first:
connectionString="metadata=res://*/model.EBModel.csdl|res://*/model.EBModel.ssdl|res://*/model.EBModel.msl;provider=Devart.Data.PostgreSql;provider connection string="User Id=postgres;Host=localhost;Database=postgres;Persist Security Info=True;Schema='""ETERADEV""'"" providerName="System.Data.EntityClient"
And when I get the error I am using CodeFirst (ModelFirst is working).
I get the error when I compile the solution with an included .CF file (as I said, you can try it if you modify the demo WPF CodeFirst to use the devart provider instead of SqlServer)
Edited by Thomas - 05-Mar-2012 at 9:52pm