I have built a xaml (ConnectionDataBase) in Studio that connection with data base.
When I run on Studio, it works perfectly. Connection with database working fine and geting the data without any problem.
However when I invoke this xaml to Freamwork it does not work.
Studio does not recognize the ProviderName value in the Connection action and shows an error:
Connect (HD-Oracle): Unable to find the requested .Net Framework Data Provider. It may not be installed.
My provider that runs on a single xaml file (ConnectionDataBase) is:
“Oracle.ManagedDataAccess.Client” (Client Oracle ver19 32 bit)
Do you have a screenshot of the error or logs with the error inside of it that you can share?
It sounds like you have a single xaml file that works fine, but when you place it into the Framework (is this the ReFramework?) - it is not working anymore. Is the ProviderName a variable? Have you validated that the value is correct when the database connection activity is reached, since this xaml is invoked from another file?
Error message after starting the framework
“Connect (HD-Oracle): Unable to find the requested .Net Framework Data Provider. It may not be installed.”
ProviderName is not a variable.
When editing the sequence concening connecting to the database from the framework, I get such screens for the Connection Wizard - completely different and I cannot choose Data Provider 'Oracle.ManagredDataAccess
Can you provide screenshots like this from each project, write out the names & versions of the dependencies used, or share the project.json for each project please?
Can you try adding the UiPath.Database.Activities v1.5.0 to your project that is not working and see if you can add the Connect activity that is associated with it?
I am wondering if there are different Connect activities with all of those Database dependencies mixed into your project.