Advertisement
Guest User

Untitled

a guest
May 5th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. ERROR System.InvalidOperationException: The 'OraOLEDB.Oracle' provider is not registered on the local machine.
  2. at System.Data.OleDb.OleDbServicesWrapper.GetDataSource(OleDbConnectionString constr, DataSourceWrapper& datasrcWrapper)
  3. at System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection)
  4. at System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject)
  5. at System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup)
  6. at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
  7. at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
  8. at System.Data.OleDb.OleDbConnection.Open()
  9. at EconLib.Utility.SqlDataAccess.OpenConnection(String host, String database, String user, String pass)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement