Top "Dbproviderfactories" questions

Add a DbProviderFactory without an App.Config

I am using DbProviderFactories in my data layer (based on Entity Framework) and am using SQLite for my database, but …

entity-framework sqlite ado.net dbproviderfactories
Reader.Read() fails to read rows even though it has rows

I have a problem where it appears that the reader indicates that it has rows from the returned SQL but …

c# oracle datareader dbproviderfactories
DbProviderFactory with Npgsql?

I have a project which I'm trying to port from SQL Server to PostgreSQL. I've got almost everything done I …

.net postgresql mono dbproviderfactories
How to add custom DB provider to be accessible in Visual Studio?

I wanted to work with custom DB provider in Visual Studio. I need it to use Entity Framework. For example, …

visual-studio postgresql npgsql dbproviderfactories
Error when adding a configuration to App.config file

Related question: Running my application on another machine gives me an error This is how my App.config file looks …

c# entity-framework sqlite dbproviderfactories
DbProviderFactories for .NET Error

I am having trouble getting the ODP.NEt library to work with the .NET DBProviderFactories. I am getting the following …

.net web-config odp.net dbproviderfactories
DbProviderFactories.GetFactoryClasses returns no results after installing .NET SQL Client in .NET Core 2.1

I'm porting a library over to .NET Core 2.1 now that it has support for DbProviderFactory. For the most part it …

c# .net-core dbproviderfactories