While publishing the project Studio gives an error: 24.10.8+Branch.support-v24.10.Sha.653ecc68c3ec77c9af349466b2c3925e0dfbe4a0.653ecc68c3ec77c9af349466b2c3925e0dfbe4a0
Compilation failed or was cancelled.
Unexpected error has occurred during the library compilation process:
The assembly compilation returned the following errors:
warning CS1701: Assuming assembly reference ‘System.Linq.Expressions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ used by ‘Newtonsoft.Json’ matches identity ‘System.Linq.Expressions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ of ‘System.Linq.Expressions’, you may need to supply runtime policy
I have added the following namespaces in the imports
System.Globalization
System.Linq
System.Linq.Expression
Just to give a background, I am using CultureInfo for the Date conversion from one language to another country’s language.
Hi @sonaliaggarwal47
I have done as per your suggestion already, but the issue persists.
Workflow analyzer - No error, some warnings but can be ignored (Best practice related)
All dependencies are updated to the latest version.
Studio version 2024.10.6
Hi @Anil_G
Imports look good, and nothing is in red.
System activities packages downgraded to 23.x, 24.x (first and last), later upgraded to the latest version. But still no luck.
I don’t think that’s possible, I have more than 50 workflow where System.GLobalization and System.Linq to be imported. Only challange is that it might consume lot of time and don’t know the consequences (impact on performance) after importing in all the workflows.