<?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 RE: Microsot.VisualBasic.Strings is a type not namespace in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Microsot-VisualBasic-Strings-is-a-type-not-namespace/m-p/75290#M27895</link>
    <description>Could you show a snippet of your C# code?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Dave Morris&lt;BR /&gt;Cano Ai&lt;BR /&gt;Atlanta, GA&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 10 May 2021 16:00:00 GMT</pubDate>
    <dc:creator>david.l.morris</dc:creator>
    <dc:date>2021-05-10T16:00:00Z</dc:date>
    <item>
      <title>Microsot.VisualBasic.Strings is a type not namespace</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Microsot-VisualBasic-Strings-is-a-type-not-namespace/m-p/75284#M27889</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;Have added Microsot.Visualbasic.dll at External Reference into the Code Options tab and Microsot.VisualBasic.Strings at Namespace Imports and i get this error ==&amp;gt; "Microsot.VisualBasic.Strings is a type not namespace".&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If i remove the Strings from the namespace and leave only&amp;nbsp;Microsoft.VisualBasic then i got 200 errors.&lt;BR /&gt;&lt;BR /&gt;What should I do to bypass this issue.&lt;BR /&gt;&lt;BR /&gt;Into the Global Code I have a lot of C# code.&lt;BR /&gt;&lt;BR /&gt;thank you for your answer!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Cohen&lt;BR /&gt;RPA Developer&lt;BR /&gt;&lt;BR /&gt;Romania&lt;BR /&gt;------------------------------</description>
      <pubDate>Thu, 05 Dec 2019 09:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Microsot-VisualBasic-Strings-is-a-type-not-namespace/m-p/75284#M27889</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-05T09:57:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsot.VisualBasic.Strings is a type not namespace</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Microsot-VisualBasic-Strings-is-a-type-not-namespace/m-p/75285#M27890</link>
      <description>Hi Cohen,&amp;nbsp;&lt;BR /&gt;It looks like you have spelling error in namespace, but maybe its only in this post, pls double check that: is &lt;SPAN style="display: inline !important; float: none; background-color: rgba(0, 0, 0, 0.02); color: #7a7a7a; font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; overflow-wrap: break-word; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;Microsot.VisualBasic or&amp;nbsp;Microsoft.VisualBasic&lt;BR /&gt;&lt;BR /&gt;Maybe this is the reason.&lt;BR /&gt;&lt;BR /&gt;But probably, you need to write in the namespace only&amp;nbsp;Microsoft.VisualBasic without Strings. As Strings is a class name, not a namespace.&lt;BR /&gt;&lt;BR /&gt;Here is the reference on MSDN:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;A href="https://docs.microsoft.com/en-us/dotnet/api/microsoft.visualbasic.strings?view=netframework-4.8" target="test_blank"&gt;https://docs.microsoft.com/en-us/dotnet/api/microsoft.visualbasic.strings?view=netframework-4.8&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Let me know if that solved the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kind regards, &lt;BR /&gt;&lt;BR /&gt;Dmitrij Mamajev&lt;BR /&gt;RPA Developer&lt;BR /&gt;Volvo Cars&lt;BR /&gt;Gothenburg - Sweden&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Dec 2019 14:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Microsot-VisualBasic-Strings-is-a-type-not-namespace/m-p/75285#M27890</guid>
      <dc:creator>dmma</dc:creator>
      <dc:date>2019-12-05T14:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsot.VisualBasic.Strings is a type not namespace</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Microsot-VisualBasic-Strings-is-a-type-not-namespace/m-p/75286#M27891</link>
      <description>Spasibo balshoie Dmitry! It did the trick! had a typo out there!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Cohen&lt;BR /&gt;RPA Developer&lt;BR /&gt;&lt;BR /&gt;Romania&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Dec 2019 15:24:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Microsot-VisualBasic-Strings-is-a-type-not-namespace/m-p/75286#M27891</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-05T15:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsot.VisualBasic.Strings is a type not namespace</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Microsot-VisualBasic-Strings-is-a-type-not-namespace/m-p/75287#M27892</link>
      <description>&lt;P&gt;Hi Dmitrij, Please let me know your thoughts.&lt;BR /&gt;I have added both the DLL name and Namespace correctly but still getting this Error Message:&lt;BR /&gt;&lt;BR /&gt;''Page: Initialise&lt;BR /&gt;Stage: Stage1&lt;BR /&gt;Type: Error&lt;BR /&gt;Action: Validate&lt;BR /&gt;Description: Compiler error at top section line -5: Metadata file 'Microsoft.VisualBasic.Core.dll' could not be found&lt;BR /&gt;Repairable: No"&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="31548.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/31676i07B5B589F11A8329/image-size/large?v=v2&amp;amp;px=999" role="button" title="31548.png" alt="31548.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Soumya Behera&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sun, 09 May 2021 09:56:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Microsot-VisualBasic-Strings-is-a-type-not-namespace/m-p/75287#M27892</guid>
      <dc:creator>SoumyaBehera</dc:creator>
      <dc:date>2021-05-09T09:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsot.VisualBasic.Strings is a type not namespace</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Microsot-VisualBasic-Strings-is-a-type-not-namespace/m-p/75288#M27893</link>
      <description>Try without referencing the dll. Just use the namespace import you have for 'Microsoft.VisualBasic', and see if that works.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Dave Morris&lt;BR /&gt;Cano Ai&lt;BR /&gt;Atlanta, GA&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 10 May 2021 14:26:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Microsot-VisualBasic-Strings-is-a-type-not-namespace/m-p/75288#M27893</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2021-05-10T14:26:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsot.VisualBasic.Strings is a type not namespace</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Microsot-VisualBasic-Strings-is-a-type-not-namespace/m-p/75289#M27894</link>
      <description>&lt;P&gt;Hi Davis, Tried your way.&lt;/P&gt;
&lt;P&gt;But now I am getting new error that is saying "Page: Action 1&lt;BR /&gt;Stage: Code1&lt;BR /&gt;Type: Error&lt;BR /&gt;Action: Validate&lt;BR /&gt;Description: Compiler error at line 2: The name 'Mid' does not exist in the current context&lt;BR /&gt;Repairable: No"&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;If do not mind can you please tell me how I can get Microsoft.VisualBasic.Core.dll so that I can put it in my "Blue Prism Automate" folder.&lt;/P&gt;
&lt;P&gt;and do you know the Difference between "Microsoft.VisualBasic.Core.dll" &amp;amp;&amp;nbsp; "Microsoft.VisualBasic.dll". Because I have also tried using the second DLL file but still getting the same error.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="31560.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/31687iE5ADBBC70F769D13/image-size/large?v=v2&amp;amp;px=999" role="button" title="31560.png" alt="31560.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Soumya Behera&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 10 May 2021 14:43:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Microsot-VisualBasic-Strings-is-a-type-not-namespace/m-p/75289#M27894</guid>
      <dc:creator>SoumyaBehera</dc:creator>
      <dc:date>2021-05-10T14:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsot.VisualBasic.Strings is a type not namespace</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Microsot-VisualBasic-Strings-is-a-type-not-namespace/m-p/75290#M27895</link>
      <description>Could you show a snippet of your C# code?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Dave Morris&lt;BR /&gt;Cano Ai&lt;BR /&gt;Atlanta, GA&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 10 May 2021 16:00:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Microsot-VisualBasic-Strings-is-a-type-not-namespace/m-p/75290#M27895</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2021-05-10T16:00:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsot.VisualBasic.Strings is a type not namespace</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Microsot-VisualBasic-Strings-is-a-type-not-namespace/m-p/75291#M27896</link>
      <description>Hi Davis, I was trying to do use some prebuilt visual basic funtionsin code stage like MID(), Trim(), etc.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="31578.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/31707iC33718C708B7D947/image-size/large?v=v2&amp;amp;px=999" role="button" title="31578.png" alt="31578.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Soumya Behera&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 10 May 2021 16:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Microsot-VisualBasic-Strings-is-a-type-not-namespace/m-p/75291#M27896</guid>
      <dc:creator>SoumyaBehera</dc:creator>
      <dc:date>2021-05-10T16:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: Microsot.VisualBasic.Strings is a type not namespace</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Microsot-VisualBasic-Strings-is-a-type-not-namespace/m-p/75292#M27897</link>
      <description>Why do you even need VB methods in C# code?&lt;BR /&gt;Left/Right/Mid =&amp;gt; Substring, Instr =&amp;gt; IndexOf, Trim is same.&lt;BR /&gt;&lt;BR /&gt;C#: value = SText.Substring(SText.IndexOf(TextToSearch),4).Trim();&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Andrey Kudinov&lt;BR /&gt;Project Manager&lt;BR /&gt;MobileTelesystems PJSC&lt;BR /&gt;Europe/Moscow&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 12 May 2021 10:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Microsot-VisualBasic-Strings-is-a-type-not-namespace/m-p/75292#M27897</guid>
      <dc:creator>AndreyKudinov</dc:creator>
      <dc:date>2021-05-12T10:14:00Z</dc:date>
    </item>
  </channel>
</rss>

