Invalid Object Name error
I have my own EF assembly that works fine in my application, and use to work fine with Linqpad. Since the last update though, I get Invalid object name sqlexception error anytime I try to run anything. The assembly uses the EF 4.3 framwork with the MySQL driver and does not cause any issues in our applications.
One thing the error is showing, is LinqPad is adding dbo. before all the table names.... which shouldn't be happening because we're accessing mysql, not mssql.
I really like the program and have purchased it recently, but now its useless to me until this issue us fixed.
I'm setting up the connection through the Entity Framework DbContext (4.1/4.2/4.3/5.0) driver.
Any help would be appreciated.
Thanks
Frit
One thing the error is showing, is LinqPad is adding dbo. before all the table names.... which shouldn't be happening because we're accessing mysql, not mssql.
I really like the program and have purchased it recently, but now its useless to me until this issue us fixed.
I'm setting up the connection through the Entity Framework DbContext (4.1/4.2/4.3/5.0) driver.
Any help would be appreciated.
Thanks
Frit
Comments
Its like LinqPad is ignoring the driver settings and connection strings and just trying to hit a Microsoft SQL Server express edition on my local computer.
My application is working with no problems and hitting the mysql server, using the same web.config and assembly file that I am attaching linqpad to.
For now, is there anyway I can go back to an older version that actually worked?
Thoughts?
Fraser
Frit