Insert C# code
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-04-16 08:32 PM
Hi,
I cannot use C# code in the code stage.
Under Business Object Properties - Code Options;
I tried giving all possible external references and namespace.
I have selected C# under Language.
C# code is working if I execute through Visual studio.
But, when I try to execute code stage, I'm getting Compilation error.
Can anyone help in this and I need to know what is the code structure for C# in Blue Prism?
Thanks & Regards,
Manoj DM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-04-16 05:14 PM
Hello Manoj,
Can you be more specific ? What is the error you are getting?
If you are using version 4, be sure that your code works on .NET 2.0 and that you have included the needed imports or assembly references on the main page. (this could be the difference between your code in BP and VS)
