dbproviderfactories Questions
4
Solved
I'm porting a library over to .NET Core 2.1 now that it has support for DbProviderFactory. For the most part it has gone fine - it compiles, but when run I get an error:
System.ArgumentException...
Hypha asked 24/8, 2018 at 15:45
1
Solved
I want to use WebMatrix.Data namespace
#region Assembly WebMatrix.Data, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
// .. \packages\Microsoft.AspNet.WebPages.Data.3.2.7\lib\ne...
Ankara asked 27/12, 2020 at 11:5
8
Solved
I am using DbProviderFactories in my data layer (based on Entity Framework) and am using SQLite for my database, but I don't have to have a App.Config to have the following code:
<configuration...
Corporal asked 13/7, 2009 at 4:18
4
Solved
I am having trouble getting the ODP.NEt library to work with the .NET DBProviderFactories. I am getting the following error with this code:
_DBFactory = DbProviderFactories.GetFactory(providerName...
Pyrogenic asked 15/1, 2010 at 3:30
5
Solved
I have a project which I'm trying to port from SQL Server to PostgreSQL. I've got almost everything done I believe except for I can not get DbProviderFactory to work with Npgsql.
Factory = DbProv...
Veronikaveronike asked 2/8, 2010 at 4:22
3
Solved
Related question:
Running my application on another machine gives me an error
This is how my App.config file looks like:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<co...
Coreencorel asked 19/11, 2010 at 14:25
4
Solved
I wanted to work with custom DB provider in Visual Studio. I need it to use Entity Framework.
For example, I downloaded NpgSQL,
registered them in GAC:
gacutil -i c:\temp\npgsql.dll
gacutil -i c:...
Lougheed asked 4/2, 2011 at 13:25
1
Solved
Is is possible to use a custom .NET data provider without installing it in the GAC?
Can I reference a custom DLL and register it inside my configuration file?
Bernat asked 27/2, 2012 at 15:9
1
Solved
How can I use ADO.NET DbProviderFactory with MySQL?
Supermarket asked 1/8, 2009 at 13:46
1
© 2022 - 2024 — McMap. All rights reserved.