Hi
I am new to LLBLGen and fairly new to Entity Framework
I am using LLBLGen Pro v3.1 to generate a project with Entity Framework
The project I created by generated code compiles OK, unfortunately the .EMDX file will only open in XML editor, not the endity data model designer.
I have eddited app.config to have the following connection string
<add name="ConnectionString.SQL Server (SqlClient)" connectionString="metadata=res://*/JtCRM.csdl|res://*/JtCRM.ssdl|res://*/JtCRM.msl;provider=System.Data.SqlClient;provider connection string="data source=SATURN3\SQL2008R2;initial catalog=jtCRM;User ID=sa;Password=sapwd;persist security info=False;packet size=4096"" providerName="System.Data.EntityClient" />
Can you suggest what else I should be doing to get the designer working in EF4?
Thank you
Kirsten