Hi,
Is the Linqpad driver compatible with Devforce 2012 ?
I am getting an error while it was working before : "ApplicationException: Cannot obtain Default EntityManager"
Note : I have a config file to specify my database connection and in the log I can see Devforce has a problem with it
IdeaBladeConfig resolution: File:
D:\Dev\ProjectA\Dev\Framework\LinqPad\LinqPad.config - found but failed to
deserialize
the config file :
<?xml version="1.0"?>
<configuration>
<connectionStrings>
<add name="DBAdmin" connectionString="data source=SRV-DB;initial catalog=MainDB;persist security info=True;user id=****;password=****;multipleactiveresultsets=True" providerName="System.Data.SqlClient" />
</connectionStrings>
</configuration>
The InnerException :
Edited by Walid - 05-Nov-2012 at 8:14am