compile error when i add System.Text and System.Collection.Generic
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
25-07-19 01:06 PM
hi friends,
I am getting compile error, but no error showing in the object. can you plz help me how to go about it
to generate dynamic Html mail I have added libraries 'System.Text and System.Collection.Generic' and html code, used code stage changed C# code

------------------------------
[Suresh] [Babu] [Team Lead]
RPA Developer
[Deutsche bank]
------------------------------
I am getting compile error, but no error showing in the object. can you plz help me how to go about it
to generate dynamic Html mail I have added libraries 'System.Text and System.Collection.Generic' and html code, used code stage changed C# code
------------------------------
[Suresh] [Babu] [Team Lead]
RPA Developer
[Deutsche bank]
------------------------------
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
25-07-19 02:46 PM
hi suresh
can you share the below information,
1. Have you validated "check code" option in the main page? Does that throw any errors
2. Are the dlls you referred here present in the Automate folder or the Global Assembly cache?
------------------------------
Bimal Sebastian
Consultant
Blueprism
Asia/Kolkata
------------------------------
can you share the below information,
1. Have you validated "check code" option in the main page? Does that throw any errors
2. Are the dlls you referred here present in the Automate folder or the Global Assembly cache?
------------------------------
Bimal Sebastian
Consultant
Blueprism
Asia/Kolkata
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
25-07-19 02:51 PM
I have added dlls to code options but I cant get this System.Text and System.Collection.Generic Dll files
------------------------------
[Suresh] [Babu] [Team Lead]
RPA Developer
[Deutsche bank]
------------------------------
------------------------------
[Suresh] [Babu] [Team Lead]
RPA Developer
[Deutsche bank]
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
25-07-19 02:52 PM
hi Bimal, can you plz send me that DLL files System.Text and System.Collection.Genericto add automat folder
------------------------------
[Suresh] [Babu] [Team Lead]
RPA Developer
[Deutsche bank]
------------------------------
------------------------------
[Suresh] [Babu] [Team Lead]
RPA Developer
[Deutsche bank]
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
25-07-19 03:09 PM
Hi Suresh,
These are microsoft dlls, so you might want to download them from microsoft.
One way to do it is use Nuget and Visual studio command line. Comand = nuget install System.Collections -OutputDirectory <packages>
https://docs.microsoft.com/en-us/nuget/consume-packages/install-use-packages-nuget-cli
If you visual studio, then follow below steps
https://docs.microsoft.com/en-us/nuget/consume-packages/install-use-packages-visual-studio#install-options
------------------------------
Bimal Sebastian
Consultant
Blueprism
Asia/Kolkata
------------------------------
These are microsoft dlls, so you might want to download them from microsoft.
One way to do it is use Nuget and Visual studio command line. Comand = nuget install System.Collections -OutputDirectory <packages>
https://docs.microsoft.com/en-us/nuget/consume-packages/install-use-packages-nuget-cli
If you visual studio, then follow below steps
https://docs.microsoft.com/en-us/nuget/consume-packages/install-use-packages-visual-studio#install-options
------------------------------
Bimal Sebastian
Consultant
Blueprism
Asia/Kolkata
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
25-07-19 03:28 PM
ok bimal I will try now,
thank you
------------------------------
[Suresh] [Babu] [Team Lead]
RPA Developer
[Deutsche bank]
------------------------------
thank you
------------------------------
[Suresh] [Babu] [Team Lead]
RPA Developer
[Deutsche bank]
------------------------------
