cannot convert from 'System.Data.IDbConnection' to 'string'
Unable to perform db changes on MS SQL all the sudden. I using Linqpad 6.5.5 Beta Update Stream
getting: cannot convert from 'System.Data.IDbConnection' to 'string' when trying to insert new records
Entities.InsertOnSubmit(entity); SubmitChanges();
Comments
If you expand the exception object, you should see a stack trace. Can you post it? Also, the .NET Core versions in Help | About.