Hi. I am running into a similar issue as this post https://www.llblgen.com/tinyforum/Thread/27042. I am currently trying to move from .Net Framework 4.7.2 to .Net Standard 2.0. I have included Microsoft.Data.SqlClient 5.0.1 in the project. I have also tried it with System.Data.SqlClient 4.8.4, but still getting the same error. I have tried the suggestions in the other thread, but no luck. Any other suggestions? Thanks
SD.LLBLGen.Pro.ORMSupportClasses.RuntimeConfiguration.ConfigureDQE<SD.LLBLGen.Pro.DQE.SqlServer.SQLServerDQEConfiguration>(
c => c.AddDbProviderFactory(typeof(Microsoft.Data.SqlClient.SqlClientFactory)));
The following exception occurred at Void StoreDbProviderFactoryRegistration(System.Type, System.String):
The static field 'Instance' of type 'Microsoft.Data.SqlClient.SqlClientFactory' is null and therefore this DbProviderFactory can't be used.