<?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: Blue prism closing abruptly. in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Blue-prism-closing-abruptly/m-p/73696#M26301</link>
    <description>It may help to check the Windows event logs to see what if there is any error message related of the crash&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John Carter&lt;BR /&gt;Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 09 Mar 2022 09:25:00 GMT</pubDate>
    <dc:creator>John__Carter</dc:creator>
    <dc:date>2022-03-09T09:25:00Z</dc:date>
    <item>
      <title>Blue prism closing abruptly.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Blue-prism-closing-abruptly/m-p/73693#M26298</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;i am using unmanaged dll(which is written in c++ language) in code stage, when i call a example method from unmanaged dll and if any exception throws from unmanaged dll blue prism closing abruptly even though handled exception in code stage how can i over come this.&lt;BR /&gt;I have downloaded Unmanaged dll from internet I can't handle exception in dll i need to handle in blue prism code stage only.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Naveen.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Mar 2022 16:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Blue-prism-closing-abruptly/m-p/73693#M26298</guid>
      <dc:creator>NaveenRPA</dc:creator>
      <dc:date>2022-03-08T16:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: Blue prism closing abruptly.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Blue-prism-closing-abruptly/m-p/73694#M26299</link>
      <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="e2ba6443-32a9-4788-98b9-21882d336dd8" data-tag-text="@naveen k" href="https://community.blueprism.com/network/profile?UserKey=e2ba6443-32a9-4788-98b9-21882d336dd8" data-itemmentionkey="29d7b1fe-f136-4f62-ad0d-248e8c0e04d9"&gt;@naveen k&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Do you have any error in your business object? It's load correctly the library and the namespaces?&lt;BR /&gt;&lt;BR /&gt;If this part is correct, you can use a simple "try catch" statement to see any error&lt;BR /&gt;&lt;BR /&gt;The statement looks like this:&lt;BR /&gt;&lt;BR /&gt;&lt;CODE language="C#"&gt;try&lt;BR /&gt;{&lt;BR /&gt;// your code calling the dll functions&lt;BR /&gt;}&lt;BR /&gt;catch (Exception ex)&lt;BR /&gt;{&lt;BR /&gt;errormessage = ex.Message;&lt;BR /&gt;}&lt;/CODE&gt;&lt;BR /&gt;&lt;BR /&gt;ex.Message tells you the exception message&lt;BR /&gt;&lt;BR /&gt;​​Hope this helps you.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;See you in the community, bye &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pablo Sarabia&lt;BR /&gt;Architect&lt;BR /&gt;Altamira Assets Management&lt;BR /&gt;Madrid&lt;BR /&gt;634726270&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Mar 2022 18:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Blue-prism-closing-abruptly/m-p/73694#M26299</guid>
      <dc:creator>PabloSarabia</dc:creator>
      <dc:date>2022-03-08T18:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: Blue prism closing abruptly.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Blue-prism-closing-abruptly/m-p/73695#M26300</link>
      <description>Hi Pablo Sarabia,&lt;BR /&gt;&lt;BR /&gt;i am already calling method inside try catch block only.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;naveen k&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Mar 2022 03:42:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Blue-prism-closing-abruptly/m-p/73695#M26300</guid>
      <dc:creator>NaveenRPA</dc:creator>
      <dc:date>2022-03-09T03:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: Blue prism closing abruptly.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Blue-prism-closing-abruptly/m-p/73696#M26301</link>
      <description>It may help to check the Windows event logs to see what if there is any error message related of the crash&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John Carter&lt;BR /&gt;Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Mar 2022 09:25:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Blue-prism-closing-abruptly/m-p/73696#M26301</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2022-03-09T09:25:00Z</dc:date>
    </item>
  </channel>
</rss>

