Hi Creatio academy,
We have a Creatio Instance which is running in the Cloud with version: 8.0.8.4807_SalesEnterprise_Marketing_CustomerCenter_Softkey_PostgreSQL_ENU.
We have developed a custom package (with the 'Compile into a separate assembly' checkbox true).
As a result we can not access the Newtonsoft.Json package from UserTask.
The normal solution is to import the dll in our custom pacakge as a reference assembly.
Question: Wich is the correct version of the dll to import ?
I have the binary files of '8.0.8.4807_SalesEnterprise_Marketing_CustomerCenter_Softkey_PostgreSQL_ENU' and in the root/bin folder i can see the NewtonSoft.Json dll. Is this the correct one to import ?
Like
Hi Sasori,
Yes, you can use the existing lib and upload it to your assembly package. This should do the same as the lib from the main workspace.
Hi Sasori,
Yes, you can use the existing lib and upload it to your assembly package. This should do the same as the lib from the main workspace.
Hi all,
I would like to use an external library called csvHelper in a SourceCode file.
I managed to download the .dll file of that library but I want to import that to my package. Can you please help me with that ?