<?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 Cannot recursively call actions in a Shared object 'Utility - File Management' in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Cannot-recursively-call-actions-in-a-Shared-object-Utility-File/m-p/50592#M5798</link>
    <description>Hi All, 

I am calling the Utility-File Management VBO and keep on getting this message. Has anyone else come across this? Is there a fix? 


In this particular scenario I am using the Check Directory Exists command. 

Internal : Cannot recursively call actions in a Shared object 'Utility - File Management'.</description>
    <pubDate>Wed, 25 Jan 2017 12:41:00 GMT</pubDate>
    <dc:creator>Stephen</dc:creator>
    <dc:date>2017-01-25T12:41:00Z</dc:date>
    <item>
      <title>Cannot recursively call actions in a Shared object 'Utility - File Management'</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Cannot-recursively-call-actions-in-a-Shared-object-Utility-File/m-p/50592#M5798</link>
      <description>Hi All, 

I am calling the Utility-File Management VBO and keep on getting this message. Has anyone else come across this? Is there a fix? 


In this particular scenario I am using the Check Directory Exists command. 

Internal : Cannot recursively call actions in a Shared object 'Utility - File Management'.</description>
      <pubDate>Wed, 25 Jan 2017 12:41:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Cannot-recursively-call-actions-in-a-Shared-object-Utility-File/m-p/50592#M5798</guid>
      <dc:creator>Stephen</dc:creator>
      <dc:date>2017-01-25T12:41:00Z</dc:date>
    </item>
    <item>
      <title>I experienced this when an</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Cannot-recursively-call-actions-in-a-Shared-object-Utility-File/m-p/50593#M5799</link>
      <description>I experienced this when an exception is getting thrown. Please verify no exception is being thrown by changing the code inside the Directory Exists code block to the following:
Try
	Exists = Directory.Exists(Directory_Name)
Catch ex As Exception
	Exists = False
	MsgBox(ex.Message)
End Try</description>
      <pubDate>Fri, 27 Jan 2017 14:59:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Cannot-recursively-call-actions-in-a-Shared-object-Utility-File/m-p/50593#M5799</guid>
      <dc:creator>__</dc:creator>
      <dc:date>2017-01-27T14:59:00Z</dc:date>
    </item>
  </channel>
</rss>

