cancel
Showing results for 
Search instead for 
Did you mean: 

Importing custom assemblies

TomBlackburn1
Level 7
I have referenced an assembly (.net 2.0 version) and imported the relevant namespaces on the initialise page of an object and have been able to add global code without errors. When calling a method inside a code stage on a page an exception is thrown that the assembly could not be found. Do I need to register assemblies in GAC first or make them COM visible? Does the toolset support this level of extensibility? Any other guidance around this would be greatly appreciated? -Tom
1 REPLY 1

Denis__Dennehy
Level 15
Hi Tom, If you have not already, I'd recommend looking at how some of our VBO objects distributed with the product are built - including namespace references and global code. For further advice, maybe contact your Blue Prism mentor directly to discuss this, and the your need for code stages (as we are always interested in where code stages are being used, as most things should be possible without them - unless you are calling an application API.