LINQPad is ignoring an assembly reference
I'm trying to use SQLCE in a Custom Assembly DbContext, but LINQPad insists on using the SQL provider instead. More info, including screenshots, can be found here:
https://stackoverflow.com/q/53137282/722393
The 'Keyword not supported' error occurs because the connection string builder is using SqlCeClient's .CaseSensitive keyword, which is not supported in SqlClient.
Any idea how I can get LINQPad to use the SQLCE reference that I've specified?
https://stackoverflow.com/q/53137282/722393
The 'Keyword not supported' error occurs because the connection string builder is using SqlCeClient's .CaseSensitive keyword, which is not supported in SqlClient.
Any idea how I can get LINQPad to use the SQLCE reference that I've specified?
Comments