Page 1 of 1
creating context from EDML vs EDMX file
Posted: Mon 23 Jun 2014 20:22
by KevClark64
When I create an EDMX file and add it to my project, I am able to import the namespace and create the context, etc. However, when I create an EDML file and add it to my project, I cannot import the namespace. I'm confused as to how to create the context when the namespace doesn't seem to exist. What would the code be in VB.NET to create the context?
Re: creating context from EDML vs EDMX file
Posted: Tue 24 Jun 2014 14:24
by Shalex
Please give us the following information:
1) the exact (x.x.x) version of your current dotConnect for PostgreSQL. Does the problem persist with the latest (7.3.181) build?
2) the full version of your Visual Studio (Help > About)
3) the version of Entity Framework used in your project
4) the name (and its non-default settings) of the predefined template used in your *.edml model
5) give us details about the issue you have encountered:
a) did you encounter any error (specify its exact message) during code generation?
b) specify here (or
send us via email) the code you are expecting to be generated and the code which was actually generated