You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The below error occurs when the calling project doesn't have a reference to System.Data.Sqlite. This message instructs to use Microsoft's provider for .NET core projects. But it is misleading, as the Sqlite provider seems to have changed from Microsoft.Data.Sqlite to System.Data.Sqlite in Westwind.Utilities. The message may be changed to "Unable to load SqLite Data Provider. Make sure you have a reference to System.Data.SQLite"
thrownewInvalidOperationException("Unable to load SqLite Data Provider. Make sure you have a reference to Microsoft.Data.Sqlite (.NET Core) or System.Data.SQLite (.NET 4.5).");
The text was updated successfully, but these errors were encountered:
vinod-vetrivel
changed the title
SqLite Data Provide - Misleading Error message
SqLite Data Provider - Misleading Error message
Jul 23, 2020
The below error occurs when the calling project doesn't have a reference to System.Data.Sqlite. This message instructs to use Microsoft's provider for .NET core projects. But it is misleading, as the Sqlite provider seems to have changed from Microsoft.Data.Sqlite to System.Data.Sqlite in Westwind.Utilities. The message may be changed to "Unable to load SqLite Data Provider. Make sure you have a reference to System.Data.SQLite"
Westwind.Globalization/src/Westwind.Globalization/DbResourceDataManager/DbResourceDataManagers/DbResourceSqLiteDataManager.cs
Line 187 in a4d0b9a
The text was updated successfully, but these errors were encountered: