Hi community,
I'm using google's phone validation DLL (google/libphonenumber) to validate phone numbers in X++ via C#,
Everything works fine in dev, library can be contacted, phone numbers can be validated, no problems.
When I deploy our package to Test, our all in one package also contains multiple ISV solutions, and one of them also uses the same DLL.
There are therefore 2 DLLs with the same name deployed to Test, one in the ISV solution folder, one in our extension folder.
When I test our code in Test Tier 2, I get the following error:
It looks like both DLLs are in conflict after that.
This DLL is not used by MS in PackagesLocalDirectory\bin
Are 2 versions of the same DLL allowed in multiple packages?
What are our alternatives? Should we embed this DLL into our C# wrapper? Is that possible/supported for X++?
If I try to link to the ISV dll, our code no longer compiles
Much appreciated,
Vsilo