79079898

Date: 2024-10-11 23:11:39
Score: 1
Natty:
Report link

I had very similar problem with an application from my vendor, so I couldn't reach the code

The solution for me was accessing the nuget.info site and download the Oracle.ManagedDataAccess.dll manually and replacing it in the app folder

I picked the latest release for the 2.19 on the site, which shows as 2.19.250 https://nuget.info/packages/Oracle.ManagedDataAccess.Core/2.19.250 lib-> netstandard2.0-> Oracle.ManagedDataAccess.dll-> double click on it and the browser downloads the file

The product version shown on Windows Explorer is 2.19.1:20240910 against the 2.19.1:20200326 that came with the vendor app

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Adriano Carvalho