0
NPoco應該爲Oracle數據庫開箱即用。 但是當我嘗試創建數據庫對象時,它說,它無法找到.NET Framework數據提供:爲NPoco配置Oracle .Net Framework數據提供程序
_db = new Database("connectionStringName");
我懷疑有一些類型的配置我需要做的。但無法找到如何在文檔或任何可能做到這一點的Nuget包中做到這一點。
完整的錯誤消息:
System.ArgumentException: System.ArgumentException: Unable to find the requested .Net Framework Data Provider. It may not be installed..
Result StackTrace:
at System.Data.Common.DbProviderFactories.GetFactory(String providerInvariantName)
at NPoco.Database..ctor(String connectionStringName, Nullable`1 isolationLevel, Boolean enableAutoSelect)
at NPoco.Database..ctor(String connectionStringName, Boolean enableAutoSelect)
at NPoco.Database..ctor(String connectionStringName)