“Package load failure” error using ODP.Net & VS2005
Posted by: andreiash in .NET, Database, ProgrammingIf you install VS2005 and then ODP.Net you will probably get a strange error when you will try to use Oracle Explorer for the first time:
to load properly ( GUID = {D601BB95-E404-4A8E-9F24-5C1A462426CE} ).
Please contact package vendor for assistance. Application restart is
recommended, due to possible environment corruption. Would you like to
disable loading this package in the future? You may use
‘devenv /resetskippkgs’ to re-enable package loading.
The problem is an assembly mismatch. As Christian Shay (principal product manager for ODP.net at Oracle) said in an announcement, there are 2 options to solve this issue:
1. My recommended solution:
Execute the following command from a command prompt:
where
2. Reinstall:
Deinstall ODP.NET 1.x from your machine (if you’re not using it) and install ODP.NET 2.0 in the same Oracle Home.
Andrei
http://www.webxpert.ro

Entries (RSS)