'add two oracle clients and set one of them the default in .NET
I have oracle 11g 32 bit on my PC "including the oracle client", I had installed Oracle client for version 19c 64bit "to connect the database on the server".
After adding the new clients I get the below exception in Visual Studio 2019:
Could not load file or assembly 'Oracle.ManagedDataAccess.EntityFramework, Version=6.121.2.0, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
I'm searched for the solution and I get the below solution but it didn't work:
Could not load file or assembly
My questions:
1- How to fix this issue? "by deleting the new client 19c"
2- Could I use the two clients in my solution in .NET and switch between them on my need?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
