Hi all.
I'm trying to connect to a oracle database with a CRM plugin.
In the plugin I have a reference to Oracle.Managed.DataAccess which can be installed with nuGet.
I have also installed MSBuild.ILMerge.Task for Visual Studio to merge the dlls.
The plugin builds fine and I'm able to register it.
However when triggering the plugin, the plugin fails. It fails when referencing the oracle dll.
Ie: OracleConnection connection = new OracleConnection(oracleConnectionString);
![]()
Thank you in advance.
*This post is locked for comments
I have the same question (0)