<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Issue in Code Stage Using C# Langauge in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Issue-in-Code-Stage-Using-C-Langauge/m-p/98673#M46368</link>
    <description>&lt;P style="margin-bottom: 6.0pt"&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt"&gt;&amp;nbsp;We have created some&amp;nbsp;C#&amp;nbsp;code&amp;nbsp;in Visual Studio that works as expected. Our main goal in this code is to add alphabet letters to duplicate string values in a list.&amp;nbsp;&lt;SPAN style="font-size: inherit"&gt;We have&amp;nbsp;imported&amp;nbsp;the DLL's and namespaces&amp;nbsp;of System, System.Data, System.Xml, System.Drawing, System.Collections.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt"&gt;&lt;SPAN style="font-size: inherit"&gt;In Visual Studio we downloaded the System.Collections package using NuGet and are referencing that in the imports. We didn't add it to the Blue Prism PATH.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt"&gt;We tried to get the main program to work but it was providing too many errors. We identified the System.Collections library as our primary obstacle. So&lt;SPAN lang="EN-US"&gt;,&lt;/SPAN&gt; we created some simple test code where we just add elements to a list and use the System.Collections library that way, however even this won't work.&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt"&gt;&lt;B&gt;&lt;SPAN lang="EN-US"&gt;It is in global code:&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt"&gt;&lt;SPAN lang="EN-US"&gt;List&amp;lt;int&amp;gt; numbers= new List&amp;lt;int&amp;gt;(); &lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt"&gt;&lt;B&gt;&lt;SPAN lang="EN-US"&gt;Code stage has been populated by:&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN lang="EN-US"&gt;numbers.Add(a);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN lang="EN-US"&gt;numbers.Add(b);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt"&gt;&lt;SPAN lang="EN-US"&gt;numbers.Add(c);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt"&gt;
&lt;/P&gt;&lt;P style="margin-bottom: 6.0pt"&gt;&lt;B&gt;The errors we're getting are:&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;Page: Initialise&lt;/P&gt;
&lt;P&gt;Stage: Stage1&lt;/P&gt;
&lt;P&gt;Type: Error&lt;/P&gt;
&lt;P&gt;Action: Validate&lt;/P&gt;
&lt;P&gt;Description: Compiler error at line 1: The type or namespace name 'List&amp;lt;&amp;gt;' could not be found (are you missing a using directive or an assembly reference?)&lt;/P&gt;
&lt;P&gt;Repairable: No&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt"&gt;&amp;nbsp;Is anybody able to provide any assistance with this issue? &amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt"&gt;&lt;SPAN style="font-size: inherit"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="line-height: normal"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: &amp;quot;Nunito Sans&amp;quot;; color: #17171e"&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Oct 2023 07:55:27 GMT</pubDate>
    <dc:creator>maryamAshkar</dc:creator>
    <dc:date>2023-10-26T07:55:27Z</dc:date>
    <item>
      <title>Issue in Code Stage Using C# Langauge</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-in-Code-Stage-Using-C-Langauge/m-p/98673#M46368</link>
      <description>&lt;P style="margin-bottom: 6.0pt"&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt"&gt;&amp;nbsp;We have created some&amp;nbsp;C#&amp;nbsp;code&amp;nbsp;in Visual Studio that works as expected. Our main goal in this code is to add alphabet letters to duplicate string values in a list.&amp;nbsp;&lt;SPAN style="font-size: inherit"&gt;We have&amp;nbsp;imported&amp;nbsp;the DLL's and namespaces&amp;nbsp;of System, System.Data, System.Xml, System.Drawing, System.Collections.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt"&gt;&lt;SPAN style="font-size: inherit"&gt;In Visual Studio we downloaded the System.Collections package using NuGet and are referencing that in the imports. We didn't add it to the Blue Prism PATH.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt"&gt;We tried to get the main program to work but it was providing too many errors. We identified the System.Collections library as our primary obstacle. So&lt;SPAN lang="EN-US"&gt;,&lt;/SPAN&gt; we created some simple test code where we just add elements to a list and use the System.Collections library that way, however even this won't work.&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt"&gt;&lt;B&gt;&lt;SPAN lang="EN-US"&gt;It is in global code:&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt"&gt;&lt;SPAN lang="EN-US"&gt;List&amp;lt;int&amp;gt; numbers= new List&amp;lt;int&amp;gt;(); &lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt"&gt;&lt;B&gt;&lt;SPAN lang="EN-US"&gt;Code stage has been populated by:&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN lang="EN-US"&gt;numbers.Add(a);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN lang="EN-US"&gt;numbers.Add(b);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt"&gt;&lt;SPAN lang="EN-US"&gt;numbers.Add(c);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt"&gt;
&lt;/P&gt;&lt;P style="margin-bottom: 6.0pt"&gt;&lt;B&gt;The errors we're getting are:&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;Page: Initialise&lt;/P&gt;
&lt;P&gt;Stage: Stage1&lt;/P&gt;
&lt;P&gt;Type: Error&lt;/P&gt;
&lt;P&gt;Action: Validate&lt;/P&gt;
&lt;P&gt;Description: Compiler error at line 1: The type or namespace name 'List&amp;lt;&amp;gt;' could not be found (are you missing a using directive or an assembly reference?)&lt;/P&gt;
&lt;P&gt;Repairable: No&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt"&gt;&amp;nbsp;Is anybody able to provide any assistance with this issue? &amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt"&gt;&lt;SPAN style="font-size: inherit"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="line-height: normal"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: &amp;quot;Nunito Sans&amp;quot;; color: #17171e"&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 07:55:27 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-in-Code-Stage-Using-C-Langauge/m-p/98673#M46368</guid>
      <dc:creator>maryamAshkar</dc:creator>
      <dc:date>2023-10-26T07:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in Code Stage Using C# Langauge</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-in-Code-Stage-Using-C-Langauge/m-p/98674#M46369</link>
      <description>&lt;P&gt;&lt;A class="user-content-mention" data-sign="@" data-contactkey="a90bacf0-afb4-478d-943c-018b52a56932" data-tag-text="@maryam Ashkar" href="https://community.blueprism.com/network/profile?UserKey=a90bacf0-afb4-478d-943c-018b52a56932" data-itemmentionkey="49d302a2-fe4c-4dd3-a49a-dcaabb21bec8"&gt;@maryam Ashkar&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;What you are looking for is the namespace System.Collections.Generic and it is covered by the System.dll assembly.&lt;/P&gt;
&lt;DIV class="media" style="overflow: hidden"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35920.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35933iBB11CE5D89516879/image-size/large?v=v2&amp;amp;px=999" role="button" title="35920.png" alt="35920.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 26 Oct 2023 12:49:21 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-in-Code-Stage-Using-C-Langauge/m-p/98674#M46369</guid>
      <dc:creator>MichealCharron</dc:creator>
      <dc:date>2023-10-26T12:49:21Z</dc:date>
    </item>
  </channel>
</rss>

