<?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 Unable to load shdocvw.dll or ieframe.dll in Blue Prism in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-load-shdocvw-dll-or-ieframe-dll-in-Blue-Prism/m-p/80062#M31852</link>
    <description>I am trying to use code stage to create and use Internet Explorer COM object in Blue prism, like this:

Dim ie as InternetExplorer
ie = new InternetExplorer

But when I tried to add external .dll reference, I got "Unable to load reference library" error. I tried both "shdocvw.dll" and "ieframe.dll", both failed. Can anyone give me some hints?
external reference setting
Error message</description>
    <pubDate>Thu, 01 Nov 2018 05:51:00 GMT</pubDate>
    <dc:creator>WilliamZhang</dc:creator>
    <dc:date>2018-11-01T05:51:00Z</dc:date>
    <item>
      <title>Unable to load shdocvw.dll or ieframe.dll in Blue Prism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-load-shdocvw-dll-or-ieframe-dll-in-Blue-Prism/m-p/80062#M31852</link>
      <description>I am trying to use code stage to create and use Internet Explorer COM object in Blue prism, like this:

Dim ie as InternetExplorer
ie = new InternetExplorer

But when I tried to add external .dll reference, I got "Unable to load reference library" error. I tried both "shdocvw.dll" and "ieframe.dll", both failed. Can anyone give me some hints?
external reference setting
Error message</description>
      <pubDate>Thu, 01 Nov 2018 05:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-load-shdocvw-dll-or-ieframe-dll-in-Blue-Prism/m-p/80062#M31852</guid>
      <dc:creator>WilliamZhang</dc:creator>
      <dc:date>2018-11-01T05:51:00Z</dc:date>
    </item>
    <item>
      <title>For external .dll reference,…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-load-shdocvw-dll-or-ieframe-dll-in-Blue-Prism/m-p/80063#M31853</link>
      <description>For external .dll reference, the .dll file should be preset under Blue Prism folder
C:\Program Files\Blue Prism Limited\Blue Prism Automate 
Import the .dll with absolute path and and the namespaces required from the .dll file. Like wise you can create custom VBO's with your requirement.
NOTE: This may cause errors while deploying the solution to other environment. The solution will be dependent on the .dll reference if not found, code/BOT will crash.</description>
      <pubDate>Fri, 02 Nov 2018 14:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-load-shdocvw-dll-or-ieframe-dll-in-Blue-Prism/m-p/80063#M31853</guid>
      <dc:creator>VijayDodamani</dc:creator>
      <dc:date>2018-11-02T14:51:00Z</dc:date>
    </item>
    <item>
      <title>Hello,
The solution with…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-load-shdocvw-dll-or-ieframe-dll-in-Blue-Prism/m-p/80064#M31854</link>
      <description>Hello,
The solution with placing&amp;nbsp;shdocvw.dll in other locations is not helping. There must be way more serious issue with this. It would be nice, if someone at would explain why this happens.
The issue is quite significant, because it makes it impossible to implement some specific code stages.
Any ideas/solutions how to make BP cooperate with this library?</description>
      <pubDate>Thu, 24 Jan 2019 21:05:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-load-shdocvw-dll-or-ieframe-dll-in-Blue-Prism/m-p/80064#M31854</guid>
      <dc:creator>MateuszGierowsk</dc:creator>
      <dc:date>2019-01-24T21:05:00Z</dc:date>
    </item>
    <item>
      <title>Any chance it's an issue…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-load-shdocvw-dll-or-ieframe-dll-in-Blue-Prism/m-p/80065#M31855</link>
      <description>Any chance it's an issue with bitness?</description>
      <pubDate>Thu, 24 Jan 2019 23:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-load-shdocvw-dll-or-ieframe-dll-in-Blue-Prism/m-p/80065#M31855</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2019-01-24T23:10:00Z</dc:date>
    </item>
    <item>
      <title>The Strongly Named DLLs must…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-load-shdocvw-dll-or-ieframe-dll-in-Blue-Prism/m-p/80066#M31856</link>
      <description>The Strongly Named DLLs must be registered in the GAC either by using gacutil.exe in lower ENVs, or packaging the DLLs in an msi installer for PROD. Otherwise, you can use creative trickery with Reflection in C#... Gotta love Daves pro pics, lol.</description>
      <pubDate>Thu, 21 Feb 2019 18:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-load-shdocvw-dll-or-ieframe-dll-in-Blue-Prism/m-p/80066#M31856</guid>
      <dc:creator>VeasnaKoeut</dc:creator>
      <dc:date>2019-02-21T18:11:00Z</dc:date>
    </item>
  </channel>
</rss>

