cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to integrate c# code in Blueprism code stage

Anonymous
Not applicable
Hello, I am trying to integrate a code written in C# that uses Regular Expressions and Interop libraries into Blueprism code stage. I have imported the necessary dlls in the Initialise page, But when i checked for any compilation errors,it is still throwing an error like "The type name 'Regex' could not be found.This type has been forwarded to assembly 'System,Version=4.0.0.0,Culture =nuetral'". Appreciate any help regarding the same.  
1 REPLY 1

DavidEdwards-Da
Level 5
You need a namespace import of System.Text.RegularExpressions