Hi All,
Good day!!
I created a custom nuget packge in .net core version 6 with some dependency on Sysmtem.Security.Cryptography.Xml using visual studio.
In VS I selected the project output to create the nuget package which is generating the required nuget package.
But when I am trying to install it in the UiPath Studio I am getting following error.
Cannot load assembly: C:\Users\sathish.nuget\packages\signenvelope_windows\1.0.0\lib/net6.0/SignEnvelope_Windows.dll : System.IO.FileNotFoundException: Could not load file or assembly ‘System.Security.Cryptography.Xml, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51’. The system cannot find the file specified.
File name: ‘System.Security.Cryptography.Xml, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51’
at System.Reflection.RuntimeAssembly.GetExportedTypes()
at UiPath.Studio.Plugin.Workflow.Services.AssemblyContainerBase.AddAssemblyInternal(Assembly assembly, String path)
at UiPath.Studio.Plugin.Workflow.Services.AssemblyContainerBase.<>c__DisplayClass12_0.b__0(Tuple`2 range)
Also when I added the Cryptography XML to the UiPath library I see it in red color means not resolving it.
Can anyone please advise what I am doing wrong here.
Thanks and Regards,
Sathish.