Context.Designer.cs not generated
Posted: Wed 17 Sep 2014 21:16
Hi there,
Very frustratingly trying to get LinqConnect to work in my project (with Postgres), and I've noticed that there is no context.designer.cs ever generated by the process, which I suspect is the root of why I cannot access any data context class.
Following these steps:
http://www.devart.com/dotconnect/mysql/ ... ml#prepare
I read that the code generated from the database-to-model should be generated automatically into DataContext1.Designer.cs. Unfortunately, that's never created for me.
I think that this causes this command:
CrmDemoDataContext context = new CrmDemoDataContext();
To fail (substituting of course my own context name).
Any help would be appreciated before I give up on this for good.
Thanks
- William
Very frustratingly trying to get LinqConnect to work in my project (with Postgres), and I've noticed that there is no context.designer.cs ever generated by the process, which I suspect is the root of why I cannot access any data context class.
Following these steps:
http://www.devart.com/dotconnect/mysql/ ... ml#prepare
I read that the code generated from the database-to-model should be generated automatically into DataContext1.Designer.cs. Unfortunately, that's never created for me.
I think that this causes this command:
CrmDemoDataContext context = new CrmDemoDataContext();
To fail (substituting of course my own context name).
Any help would be appreciated before I give up on this for good.

Thanks
- William