I’m trying to convert a process from Windows Legacy to Windows, but I’m struggling with an error I don’t know how to solve.
The dispatcher has a query to find items to populate the queue, the thing is that “connect to database” activity throws an error, even when it’s empty and I try to configure the connection. Here is the error:
It doesn’t matter if the activity comes from the Windows Legacy version or if I put a new one, I cannot even configure the connection because I get this error. With Windows Legacy it doesn’t happen.
I’ve tried to downgrade and upgrade the database dependencies, but I only have 1.7.0 and 1.7.1 versions, none of those works
just to make sure …close the project, delete the folder packages from c:\users\username\.nuget …reopen the project so that dependencies get downloaded again
On top of the above, please confirm that you have the Oracle 64bit driver installed on your machine.
For migration scenario from Legacy to Windows, it is important to mention that the Windows project uses only the 64bit database drivers.
The dependency is also an important factor, of course. The legacy projects used the Oracle.ManagedDataAccess dependency, while the Windows projects use Oracle.ManagedDataAccess.Core dependency.
The the case of Database 1.9.0 package, these are:
Yes, I’ve found the directory with all packages, but even if I delete them, that doesn’t solve the problem. The machines are restarted every day, so all packages have been created today.
I have read another comment about the 64 bit Oracle driver, I don’t have it installed, so I’m gonna try and have it in case that’s the problem.