<?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: Help: in Digital Exchange</title>
    <link>https://community.blueprism.com/t5/Digital-Exchange/Help/m-p/55606#M1170</link>
    <description>Have you tried added references to System.Core?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Dave Morris&lt;BR /&gt;3Ci @ Southern Company&lt;BR /&gt;Atlanta, GA&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 17 Mar 2020 14:19:00 GMT</pubDate>
    <dc:creator>david.l.morris</dc:creator>
    <dc:date>2020-03-17T14:19:00Z</dc:date>
    <item>
      <title>Help:</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Help/m-p/55605#M1169</link>
      <description>I have an error:&amp;nbsp;&lt;BR /&gt;Compilation failed:&lt;BR /&gt;Action "GenerateRequestContent Create Folder" (line 1): Reference required to assembly 'System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' containing the implemented interface 'System.Dynamic.IDynamicMetaObjectProvider'. Add one to your project.&lt;BR /&gt;Action "GenerateRequestContent Create Folder" (line 3): Reference required to assembly 'System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' containing the implemented interface 'System.Dynamic.IDynamicMetaObjectProvider'. Add one to your project.&lt;BR /&gt;Action "GenerateRequestContent Create Folder" (line 10): Reference required to assembly 'System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' containing the implemented interface 'System.Dynamic.IDynamicMetaObjectProvider'. Add one to your project.&lt;BR /&gt;&lt;BR /&gt;From a code in Web API:&lt;BR /&gt;Dim json As JObject = New JObject()&lt;BR /&gt; 'Compulsory Attributes&lt;BR /&gt; Dim parent As JObject = New JObject()&lt;BR /&gt; parent.Add("id", parent_folder_id)&lt;BR /&gt; json.Add("name", folder_name)&lt;BR /&gt; json.Add("parent", parent)&lt;BR /&gt;&lt;BR /&gt; 'Optional Attributes&lt;BR /&gt; If emailAccess = "open" Or emailAccess = "collaborators" Then&lt;BR /&gt; Dim folder_upload_email As JObject = New JObject()&lt;BR /&gt; folder_upload_email.Add("access", emailAccess)&lt;BR /&gt; json.Add("folder_upload_email", folder_upload_email)&lt;BR /&gt; End If&lt;BR /&gt; If sync_state = "synced" Or sync_state = "not_synced" Or sync_state = "partially_synced" Then&lt;BR /&gt; json.Add("sync_state", sync_state)&lt;BR /&gt; End If&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="7142.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/7320iE8FE314CBAA5EBBD/image-size/large?v=v2&amp;amp;px=999" role="button" title="7142.png" alt="7142.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="7144.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/7321iBD4D99045AA15DA5/image-size/large?v=v2&amp;amp;px=999" role="button" title="7144.png" alt="7144.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="7145.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/7319i32D8FAF782CCC164/image-size/large?v=v2&amp;amp;px=999" role="button" title="7145.png" alt="7145.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jia Qing Tee&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Mar 2020 08:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Help/m-p/55605#M1169</guid>
      <dc:creator>Jia_QingTee</dc:creator>
      <dc:date>2020-03-16T08:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: Help:</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Help/m-p/55606#M1170</link>
      <description>Have you tried added references to System.Core?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Dave Morris&lt;BR /&gt;3Ci @ Southern Company&lt;BR /&gt;Atlanta, GA&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Mar 2020 14:19:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Help/m-p/55606#M1170</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2020-03-17T14:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: Help:</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Help/m-p/55607#M1171</link>
      <description>Hey Jia,&lt;BR /&gt;&lt;BR /&gt;Have you tried Dave's suggestion to add a namespace import for System.Core yet and were you successful in compiling the code? Looking at your screenshots, it does seem missing and the error clearly states that the for "&lt;SPAN&gt;System.Dynamic.IDynamicMetaObjectProvider" exists in there.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Please let us know if you were able to resolve the issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Madhur Chopra&lt;BR /&gt;Sr. Product Consultant&lt;BR /&gt;Blue Prism - Professional Services&lt;BR /&gt;America/Los_Angeles&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Mar 2020 00:43:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Help/m-p/55607#M1171</guid>
      <dc:creator>MadhurChopra</dc:creator>
      <dc:date>2020-03-30T00:43:00Z</dc:date>
    </item>
  </channel>
</rss>

