28-08-20 11:11 AM
08-09-20 12:06 AM
Blue Prism supports .Net Framework but has never been tested with .Net Core Framework. I'm not sure this will work. The code compilation occurs in a Blue Prism .NET Framework project and dll output from the code stage will be a .NET Framework dll. I don't think you would be able to reference .NET Core dlls directly in a code stage. You would possibly be able to reference .NET Standard dlls.
If you have the access to code of the dll (or can reverse engineer it) then as a workaround, you can compile it as a .Net Framework dll which can then be easily consumed in Blue Prism.