Importing custom assemblies
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-04-16 02:18 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
25-04-16 02:13 PM
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.
