<?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: DX VBOs using C# 6 with older BP versions in Digital Exchange</title>
    <link>https://community.blueprism.com/t5/Digital-Exchange/DX-VBOs-using-C-6-with-older-BP-versions/m-p/100670#M3235</link>
    <description>Have you tried upgrading your local .NET runtime to be latest? I think older version of BP will run with newer .NET&amp;nbsp; ( not the other way&amp;nbsp; - newer BB working with older .NET)</description>
    <pubDate>Wed, 26 Oct 2022 20:06:49 GMT</pubDate>
    <dc:creator>adudko</dc:creator>
    <dc:date>2022-10-26T20:06:49Z</dc:date>
    <item>
      <title>DX VBOs using C# 6 with older BP versions</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/DX-VBOs-using-C-6-with-older-BP-versions/m-p/100669#M3234</link>
      <description>Hi! I'm using an older Blue Prism version, v6.6 specifically. When I download new VBOs from the DX I find that there are Code Stages in C# which do not compile.&lt;BR /&gt;&lt;BR /&gt;When I look in the object's Code Stages to see what is going on, I find it is nearly always due to string interpolation - that C# 6 feature where you write a string literal prefixed with a dollar symbol and then enclose variable names in curly brackets inside the string. I assume using any other C# 6 features would cause the same thing, but it's usually string interpolation.&lt;BR /&gt;&lt;BR /&gt;My question is: Is there any way to make my older version of BP use the newer C# features?&lt;BR /&gt;&lt;BR /&gt;I'm just setting out on a project to upgrade my Blue Prism infrastructure, but wondered if there was a workaround I could use for the next two or three months (other than rewriting all the strings in the VBO!)</description>
      <pubDate>Wed, 26 Oct 2022 17:30:04 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/DX-VBOs-using-C-6-with-older-BP-versions/m-p/100669#M3234</guid>
      <dc:creator>DavidCunliffe.Cumbria</dc:creator>
      <dc:date>2022-10-26T17:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: DX VBOs using C# 6 with older BP versions</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/DX-VBOs-using-C-6-with-older-BP-versions/m-p/100670#M3235</link>
      <description>Have you tried upgrading your local .NET runtime to be latest? I think older version of BP will run with newer .NET&amp;nbsp; ( not the other way&amp;nbsp; - newer BB working with older .NET)</description>
      <pubDate>Wed, 26 Oct 2022 20:06:49 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/DX-VBOs-using-C-6-with-older-BP-versions/m-p/100670#M3235</guid>
      <dc:creator>adudko</dc:creator>
      <dc:date>2022-10-26T20:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: DX VBOs using C# 6 with older BP versions</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/DX-VBOs-using-C-6-with-older-BP-versions/m-p/100671#M3236</link>
      <description>Hello &lt;A class="user-content-mention" data-sign="@" data-contactkey="df1dab2c-d79b-4b77-a6de-f31364d18d47" data-tag-text="@David Cunliffe" href="https://community.blueprism.com/network/profile?UserKey=df1dab2c-d79b-4b77-a6de-f31364d18d47" data-itemmentionkey="2c1cd1b9-157b-49df-86d3-9338b9d59abe"&gt;@David Cunliffe&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;Beginning with Blue Prism v6.0, .NET Framework v4.7 or higher was a requirement. String interpolation was initially added with C# 6 which saw support start with .NET Framework v4.6 I believe. There have been enhancements to string interpolation that were introduced in C# 10 and 11 though, so it may be one of these enhancements that's tripping you up.&lt;BR /&gt;&lt;BR /&gt;What specific VBOs are you having trouble with?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Eric​​</description>
      <pubDate>Wed, 26 Oct 2022 23:19:02 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/DX-VBOs-using-C-6-with-older-BP-versions/m-p/100671#M3236</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-10-26T23:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: DX VBOs using C# 6 with older BP versions</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/DX-VBOs-using-C-6-with-older-BP-versions/m-p/100672#M3237</link>
      <description>Thanks both! I should have mentioned that .Net 4.7 is installed and Blue Prism reports that version in the About page.&lt;BR /&gt;&lt;BR /&gt;I was assuming that it was due to the Rosslyn compiler not being the targetted version in the BP build.&lt;BR /&gt;&lt;BR /&gt;The specific VBOs I'm looking at are the new MS Graph API for Outlook (I did notice that it says it was only tested with BP 6.7 and I'm on 6.6, but thought it was worth a shot).</description>
      <pubDate>Thu, 27 Oct 2022 08:14:08 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/DX-VBOs-using-C-6-with-older-BP-versions/m-p/100672#M3237</guid>
      <dc:creator>DavidCunliffe.Cumbria</dc:creator>
      <dc:date>2022-10-27T08:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: DX VBOs using C# 6 with older BP versions</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/DX-VBOs-using-C-6-with-older-BP-versions/m-p/100673#M3238</link>
      <description>&lt;SPAN&gt;"I should have mentioned that .Net 4.7 is installed and Blue Prism reports that version in the About page."&lt;BR /&gt;&lt;BR /&gt;The about page shows the expected .Net version. It does not show the actual one.&lt;BR /&gt;This confused me too until it was clarified to me by BP support.&lt;BR /&gt;&lt;BR /&gt;In order to find the actually installed .Net versions you have to follow this description:&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/dotnet/framework/migration-guide/how-to-determine-which-versions-are-installed" target="_blank" rel="noopener"&gt;Determine which .NET Framework versions are installed - .NET Framework | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;</description>
      <pubDate>Thu, 27 Oct 2022 13:04:35 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/DX-VBOs-using-C-6-with-older-BP-versions/m-p/100673#M3238</guid>
      <dc:creator>Walter.Koller</dc:creator>
      <dc:date>2022-10-27T13:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: DX VBOs using C# 6 with older BP versions</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/DX-VBOs-using-C-6-with-older-BP-versions/m-p/100674#M3239</link>
      <description>Ah, thanks Walter! So following through that MS link for the .net framework version , I actually have .net 4.8 installed.</description>
      <pubDate>Thu, 27 Oct 2022 13:16:36 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/DX-VBOs-using-C-6-with-older-BP-versions/m-p/100674#M3239</guid>
      <dc:creator>DavidCunliffe.Cumbria</dc:creator>
      <dc:date>2022-10-27T13:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: DX VBOs using C# 6 with older BP versions</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/DX-VBOs-using-C-6-with-older-BP-versions/m-p/100675#M3240</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt; - sorry, I misnamed the VBO that I was using - it is actually "​Microsoft 365 - Outlook" from
&lt;P lang="x-none"&gt;&lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/microsoft-office-365---outlook" target="_blank" rel="noopener"&gt;https://digitalexchange.blueprism.com/dx/entry/3439/solution/microsoft-office-365---outlook&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2022 13:26:57 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/DX-VBOs-using-C-6-with-older-BP-versions/m-p/100675#M3240</guid>
      <dc:creator>DavidCunliffe.Cumbria</dc:creator>
      <dc:date>2022-10-27T13:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: DX VBOs using C# 6 with older BP versions</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/DX-VBOs-using-C-6-with-older-BP-versions/m-p/100676#M3241</link>
      <description>&lt;A class="user-content-mention" data-sign="@" data-contactkey="df1dab2c-d79b-4b77-a6de-f31364d18d47" data-tag-text="@David Cunliffe" href="https://community.blueprism.com/network/profile?UserKey=df1dab2c-d79b-4b77-a6de-f31364d18d47" data-itemmentionkey="63b5d94e-ba09-4e4b-b2c9-6c01d100e7f0"&gt;@David Cunliffe&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;We’re in the process of adding a new action to that VBO. While we’re at it, we’ll change the string interpolation to a legacy pattern. That will address your issue.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Eric​</description>
      <pubDate>Thu, 27 Oct 2022 13:35:59 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/DX-VBOs-using-C-6-with-older-BP-versions/m-p/100676#M3241</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-10-27T13:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: DX VBOs using C# 6 with older BP versions</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/DX-VBOs-using-C-6-with-older-BP-versions/m-p/100677#M3242</link>
      <description>&lt;A class="user-content-mention" data-sign="@" data-contactkey="df1dab2c-d79b-4b77-a6de-f31364d18d47" data-tag-text="@David Cunliffe" href="https://community.blueprism.com/network/profile?UserKey=df1dab2c-d79b-4b77-a6de-f31364d18d47" data-itemmentionkey="70f0b9b6-6dc5-486c-8ee6-f57c0dbb2f45"&gt;@David Cunliffe&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;Version 1.1 of the VBO has been posted to the DX. We've changed the string interpolation to a more legacy string concatenation pattern. You can find the updated VBO &lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/microsoft-office-365---outlook" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Eric​</description>
      <pubDate>Thu, 27 Oct 2022 17:25:36 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/DX-VBOs-using-C-6-with-older-BP-versions/m-p/100677#M3242</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-10-27T17:25:36Z</dc:date>
    </item>
  </channel>
</rss>

