Discussions
Categories
- 196.7K All Categories
- 2.2K Data
- 235 Big Data Appliance
- 1.9K Data Science
- 449.8K Databases
- 221.6K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 31 Multilingual Engine
- 549 MySQL Community Space
- 477 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3K ORDS, SODA & JSON in the Database
- 532 SQLcl
- 4K SQL Developer Data Modeler
- 186.9K SQL & PL/SQL
- 21.3K SQL Developer
- 295.4K Development
- 17 Developer Projects
- 138 Programming Languages
- 292.1K Development Tools
- 104 DevOps
- 3.1K QA/Testing
- 645.9K Java
- 28 Java Learning Subscription
- 37K Database Connectivity
- 153 Java Community Process
- 105 Java 25
- 22.1K Java APIs
- 138.1K Java Development Tools
- 165.3K Java EE (Java Enterprise Edition)
- 17 Java Essentials
- 158 Java 8 Questions
- 85.9K Java Programming
- 79 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.2K Java SE
- 13.8K Java Security
- 203 Java User Groups
- 24 JavaScript - Nashorn
- Programs
- 395 LiveLabs
- 37 Workshops
- 10.2K Software
- 6.7K Berkeley DB Family
- 3.5K JHeadstart
- 5.6K Other Languages
- 2.3K Chinese
- 170 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 230 Portuguese
Oracle Data Provider for .NET. Please Contact Provider
Hello,
I am getting the
"An unexpected error occurred in the Oracle Data Provider for .NET. Please contact the provider vendor to resolve this problem." in visual studio 2008 server explorer.
I have tried all I could by going through different threads on this forum. I have copied the the msvcr71.DLL to C:\app\afshin\product\11.1.0\client_1\bin and C:\app\afshin\product\11.1.0\client_1 and checked the path
C:\app\afshin\product\11.1.0\client_1\bin;C:\OraHome_1\bin;C:\oracle\produc
\10.2.0\db_1\bin;C:\app\afshin\product\11.1.0\client_1;
and machine config. Can some one help? Could installing other products such as CoseSmith cause this? I am using Oracle 10.2.0 and have client 11.1.0 installed. I can access data from visual studio; however server explorer, debugger for oracle, and all oracle tools are not functioning.
I am getting the
"An unexpected error occurred in the Oracle Data Provider for .NET. Please contact the provider vendor to resolve this problem." in visual studio 2008 server explorer.
I have tried all I could by going through different threads on this forum. I have copied the the msvcr71.DLL to C:\app\afshin\product\11.1.0\client_1\bin and C:\app\afshin\product\11.1.0\client_1 and checked the path
C:\app\afshin\product\11.1.0\client_1\bin;C:\OraHome_1\bin;C:\oracle\produc
\10.2.0\db_1\bin;C:\app\afshin\product\11.1.0\client_1;
and machine config. Can some one help? Could installing other products such as CoseSmith cause this? I am using Oracle 10.2.0 and have client 11.1.0 installed. I can access data from visual studio; however server explorer, debugger for oracle, and all oracle tools are not functioning.
Tagged:
Comments
-
Probably you just need to clear all your ODT.NET and reinstall the one that you want.
I have both ODP.NET 10 and 11 running in different machine for VS 2008 but no problem up to now.
Ming Man -
I think my main problem could be ORADIRECT; it was a product that I tested for a while. Now VS is trying to load both Oracle and ORADIRECT(although I uninstalled it). It can not load either now. I checked their site and some other people have had the same problem! Any suggestions?
-
Can you please check if a simple console application works without any problems that opens a connection using ODP.NET? It will tell whether ODP.NET installation is working fine or not.
-
You may need to do one or more of the following:
1) Run the Oracle Universal installer (OUI), if you can, and uninstall all Oracle OLE/Oracle Developer for .NET related products -- NOTE: you won't be able to use the 10g OUI to install/uninstall 11g products -- and if you've screwed up your 11g install (like I did), then you probably won't be able to uninstall at all, so you'll have to resort to the following steps anyway.
2) Uninstall anything related Oracle OLE/Oracle Developer for .NET using Add/Remove Programs.
3) Delete any registry keys where you find {D601BB95-E404-4A8E-9F24-5C1A462426CE} (Oracle Developer Tools for .NET)
4) Re-run VS2005/2008, you should be OK
5) You should be able to reinstall your Oracle ODBC, OLE drivers and/or Oracle Developer tools for VS if you'd like
Good luck
-Flak -
Deleting every instance of {D601BB95-E404-4A8E-9F24-5C1A462426CE} in the registry worked for me. Thanks!
-
Worked for me as well, the regedit tip - thanks!
-
This solution worked for me as well. I really messed up my installation by installing the newest version that was incompatible with the organization's Oracle instance. Needless to say, attempting to manually solve the problem without instruction cost me about 8 hours.
-
This solution worked for me as well. I really messed up my installation by installing the newest version that was incompatible with the organization's Oracle instance. Needless to say, attempting to manually solve the problem without instruction cost me about 8 hours.
-
This solution worked for me as well. I really messed up my installation by installing the newest version that was incompatible with the organization's Oracle instance. Needless to say, attempting to manually solve the problem without instruction cost me about 8 hours.
This discussion has been closed.