cancel
Showing results for 
Search instead for 
Did you mean: 

compile error when i add System.Text and System.Collection.Generic

sureshBabu
Level 3
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

23649.png


------------------------------
[Suresh] [Babu] [Team Lead]
RPA Developer
[Deutsche bank]
------------------------------
5 REPLIES 5

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
------------------------------

​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]
------------------------------

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]
------------------------------

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
------------------------------

​ok bimal I will try now,

thank you

------------------------------
[Suresh] [Babu] [Team Lead]
RPA Developer
[Deutsche bank]
------------------------------