If no suitable driver is installed on the machine this code throws exception:
|
GetMostRecentCompatibleProviders(dataAccessProviderType).First().Key, |
The message in log in this case does not say the problem:
An error occurred using the connection to database '""' on server '"File.accdb"'.
System.InvalidOperationException: Sequence contains no elements
If no suitable driver is installed on the machine this code throws exception:
EntityFrameworkCore.Jet/src/EFCore.Jet.Data/JetConnection.cs
Line 586 in 4dda3e4
The message in log in this case does not say the problem:
An error occurred using the connection to database '""' on server '"File.accdb"'.System.InvalidOperationException: Sequence contains no elements