<?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>Question Re: A dynamic link library (DLL) initialization routine failed HRESULT exception: 0x8007045A in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/a-dynamic-link-library-dll-initialization-routine-failed-hresult-exception/qaa-p/732529#M205019</link>
    <description>&lt;P&gt;Try SP 23 from here, requires recompiling your app.&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads" target="test_blank"&gt;https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Jul 2018 21:28:28 GMT</pubDate>
    <dc:creator>former_member11696</dc:creator>
    <dc:date>2018-07-11T21:28:28Z</dc:date>
    <item>
      <title>A dynamic link library (DLL) initialization routine failed HRESULT exception: 0x8007045A</title>
      <link>https://community.sap.com/t5/technology-q-a/a-dynamic-link-library-dll-initialization-routine-failed-hresult-exception/qaq-p/732527</link>
      <description>&lt;P&gt;An unexcepted error occurs from time to time causing an application to crash while tempting to run a crystal report edition.&lt;BR /&gt;If the user restart the app the report may works but the same message can occurs later.&lt;BR /&gt;&lt;BR /&gt;Running the progress application in window admin mode seems to prevent this message, but this is not an option.&lt;/P&gt;
  &lt;P&gt;This behaviour is not reproducible, it seems random.&lt;BR /&gt;&lt;BR /&gt;The dll concerned seems to be clientdoc.dll (CRforVS_redist_install_32bit_13_0_2)&lt;/P&gt;
  &lt;P&gt;Retrieving the COM class factory for component with CLSID {F734A321-8381-4FFD-A614-139E8906DC83} failed due to the following error: &lt;/P&gt;
  &lt;P&gt;A dynamic link library (DLL) initialization routine failed. (HRESULT exception: 0x8007045A)&lt;BR /&gt;&lt;BR /&gt;The registry indicates that this refers to this dll -&lt;BR /&gt;&lt;BR /&gt;[HKEY_CLASSES_ROOT\WOW6432Node\CLSID\{F734A321-8381-4FFD-A614-139E8906DC83}\InprocServer32]&lt;BR /&gt;@="C:\\Program Files (x86)\\SAP BusinessObjects\\Crystal Reports for .NET Framework 4.0\\Common\\SAP BusinessObjects Enterprise XI 4.0\\win32_x86\\clientdoc.dll" "ThreadingModel"="Both"&lt;BR /&gt;&lt;BR /&gt;Why the initialization for their clientdoc.dll is failing sometimes ?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 15:08:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/a-dynamic-link-library-dll-initialization-routine-failed-hresult-exception/qaq-p/732527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-07-11T15:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: A dynamic link library (DLL) initialization routine failed HRESULT exception: 0x8007045A</title>
      <link>https://community.sap.com/t5/technology-q-a/a-dynamic-link-library-dll-initialization-routine-failed-hresult-exception/qaa-p/732528#M205018</link>
      <description>&lt;P&gt;Are you explicitly calling .Dispose() on your ReportDocument objects when you're done with them? If not, you need to be. Much of the SDK is based on COM objects, which .NET does not memory manage well. So, if you're not properly disposing of the objects, they stick around in memory much longer than they should. Sometimes they take up all of what's available to the application and can cause errors like you're seeing.&lt;/P&gt;
  &lt;P&gt;-Dell&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 15:35:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/a-dynamic-link-library-dll-initialization-routine-failed-hresult-exception/qaa-p/732528#M205018</guid>
      <dc:creator>DellSC</dc:creator>
      <dc:date>2018-07-11T15:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: A dynamic link library (DLL) initialization routine failed HRESULT exception: 0x8007045A</title>
      <link>https://community.sap.com/t5/technology-q-a/a-dynamic-link-library-dll-initialization-routine-failed-hresult-exception/qaa-p/732529#M205019</link>
      <description>&lt;P&gt;Try SP 23 from here, requires recompiling your app.&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads" target="test_blank"&gt;https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 21:28:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/a-dynamic-link-library-dll-initialization-routine-failed-hresult-exception/qaa-p/732529#M205019</guid>
      <dc:creator>former_member11696</dc:creator>
      <dc:date>2018-07-11T21:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: A dynamic link library (DLL) initialization routine failed HRESULT exception: 0x8007045A</title>
      <link>https://community.sap.com/t5/technology-q-a/a-dynamic-link-library-dll-initialization-routine-failed-hresult-exception/qaa-p/732530#M205020</link>
      <description>&lt;P&gt;First, thank you for your answers.&lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
  &lt;P&gt;Dell :&lt;/P&gt;
  &lt;P&gt;I thought the destructor was doing the job himself. &lt;/P&gt;
  &lt;P&gt;From then, I explicity call the close and dispose methods.&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Don :&lt;/P&gt;
  &lt;P&gt;I've just installed SP 23.&lt;/P&gt;
  &lt;P&gt;Note that the DLL version seems the same : 13.0.3500.0 &lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;I will come back to you soon.&lt;/P&gt;
  &lt;P&gt;-Damien&lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jul 2018 15:15:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/a-dynamic-link-library-dll-initialization-routine-failed-hresult-exception/qaa-p/732530#M205020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-07-12T15:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: A dynamic link library (DLL) initialization routine failed HRESULT exception: 0x8007045A</title>
      <link>https://community.sap.com/t5/technology-q-a/a-dynamic-link-library-dll-initialization-routine-failed-hresult-exception/qaa-p/732531#M205021</link>
      <description>&lt;P&gt;13.0.3500.0 is the assembly number only, it's not the version of the dll. Assembly number reflects the framework it supports, thus 3500 is minimum now where previously it was 2.0.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jul 2018 17:24:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/a-dynamic-link-library-dll-initialization-routine-failed-hresult-exception/qaa-p/732531#M205021</guid>
      <dc:creator>former_member11696</dc:creator>
      <dc:date>2018-07-12T17:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: A dynamic link library (DLL) initialization routine failed HRESULT exception: 0x8007045A</title>
      <link>https://community.sap.com/t5/technology-q-a/a-dynamic-link-library-dll-initialization-routine-failed-hresult-exception/qaa-p/732532#M205022</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;Altough we've updated to sp23 and explicity called the dispose method, the error still occurs...&lt;/P&gt;
  &lt;P&gt;Any more help will be very much appreciate&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;
  &lt;P&gt;Damien&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2018 13:01:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/a-dynamic-link-library-dll-initialization-routine-failed-hresult-exception/qaa-p/732532#M205022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-07-27T13:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: A dynamic link library (DLL) initialization routine failed HRESULT exception: 0x8007045A</title>
      <link>https://community.sap.com/t5/technology-q-a/a-dynamic-link-library-dll-initialization-routine-failed-hresult-exception/qaa-p/732533#M205023</link>
      <description>&lt;P&gt;Read the info about updating to SP 21, you need to update your references to 3500.&lt;/P&gt;&lt;P&gt;Check the App.config file and be sure all all referencing 3500.&lt;/P&gt;&lt;P&gt;&lt;A href="https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads" target="test_blank"&gt;https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Don&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 15:12:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/a-dynamic-link-library-dll-initialization-routine-failed-hresult-exception/qaa-p/732533#M205023</guid>
      <dc:creator>former_member11696</dc:creator>
      <dc:date>2019-01-09T15:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: A dynamic link library (DLL) initialization routine failed HRESULT exception: 0x8007045A</title>
      <link>https://community.sap.com/t5/technology-q-a/a-dynamic-link-library-dll-initialization-routine-failed-hresult-exception/qaa-p/732534#M205024</link>
      <description>&lt;P&gt;I have exactly the same issue, if anyone can offer any further advice it would be appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 13:07:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/a-dynamic-link-library-dll-initialization-routine-failed-hresult-exception/qaa-p/732534#M205024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-09-10T13:07:31Z</dc:date>
    </item>
  </channel>
</rss>

