29-11-22 02:18 PM
Hi all,
I was wondering how to use a libary from nuget in blue prism.
I need to used the Identy.clinet libary for a project. And I have downloaded it from the nuget package explorer. And was succesful on importing it to my object.
However when I run the code I get this error on every line I try to use the dll.
Initialise | Stage1 | Error | Validate | Compiler error at line 35: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. | No |
This is the libary I try to use.
NuGet Gallery | Microsoft.Identity.Client 4.48.1
Do I need to do something special to this libary? I downlaoded both the XML and DLL file
A few screenshots for extra information.
Thanks in advance
Jef
Answered! Go to Answer.
30-11-22 01:22 PM
30-11-22 01:22 PM
30-11-22 01:25 PM
01-12-22 10:46 AM