<?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: Loading Arx in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/loading-arx/m-p/1943139#M21471</link>
    <description>Hi, &lt;BR /&gt;
&lt;BR /&gt;
It is working fine after uninstalling Service pack 1 of Visual Studio 2005. In SP1 of VS 2005 Embed manifest tool setting in our application is asking some updated dll version (MFC80U.DLL, MSVCP80.DLL &amp;amp; MSVCR80.DLL) of .Net FrameWorks 2.0.&lt;BR /&gt;
 If this updated version is not available in your client machine then your Arx will not load. &lt;BR /&gt;
&lt;BR /&gt;
Thanks for Replay,&lt;BR /&gt;
&lt;BR /&gt;
Sankar.M</description>
    <pubDate>Fri, 20 Apr 2007 07:57:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2007-04-20T07:57:42Z</dc:date>
    <item>
      <title>Loading Arx</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/loading-arx/m-p/1943136#M21468</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
        I'm migrating an application to 2007. I converted all the module. It is working fine in my machine. when  I load this module to some other machine (does not have VS2005 &amp;amp; Object ARX). It is not loading. &lt;BR /&gt;
Autocad giving error message that&lt;BR /&gt;
 "It is an invalid ARX file" &lt;BR /&gt;
"AcRxDynamicLinker failed to load"&lt;BR /&gt;
&lt;BR /&gt;
Here i am attaching my Module(i comment out some of the line).&lt;BR /&gt;
&lt;BR /&gt;
what is wrong in my project?  please help me,&lt;BR /&gt;
&lt;BR /&gt;
Sankar M</description>
      <pubDate>Tue, 17 Apr 2007 11:24:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/loading-arx/m-p/1943136#M21468</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-04-17T11:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Arx</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/loading-arx/m-p/1943137#M21469</link>
      <description>Sankar:&lt;BR /&gt;
&lt;BR /&gt;
  Use Dependency Walker to see which dependent DLL is missing. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
-- &lt;BR /&gt;
Owen Wengerd&lt;BR /&gt;
President, ManuSoft ==&amp;gt; http://www.manusoft.com&lt;BR /&gt;
VP Americas, CADLock, Inc. ==&amp;gt; http://www.cadlock.com&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;SHANKAR_3NOV&gt; wrote in message news:5554547@discussion.autodesk.com...&lt;BR /&gt;
Hi,&lt;BR /&gt;
&lt;BR /&gt;
        I'm migrating an application to 2007. I converted all the module. It &lt;BR /&gt;
is working fine in my machine. when  I load this module to some other &lt;BR /&gt;
machine (does not have VS2005 &amp;amp; Object ARX). It is not loading.&lt;BR /&gt;
Autocad giving error message that&lt;BR /&gt;
 "It is an invalid ARX file"&lt;BR /&gt;
"AcRxDynamicLinker failed to load"&lt;BR /&gt;
&lt;BR /&gt;
Here i am attaching my Module(i comment out some of the line).&lt;BR /&gt;
&lt;BR /&gt;
what is wrong in my project?  please help me,&lt;BR /&gt;
&lt;BR /&gt;
Sankar M&lt;/SHANKAR_3NOV&gt;</description>
      <pubDate>Tue, 17 Apr 2007 15:52:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/loading-arx/m-p/1943137#M21469</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-04-17T15:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Arx</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/loading-arx/m-p/1943138#M21470</link>
      <description>Hi!&lt;BR /&gt;
&lt;BR /&gt;
This is fortunately no arx specific problem. Had the same thing&lt;BR /&gt;
on my Vista-computer. Every project I build there could not be&lt;BR /&gt;
run on other computers, with the same message as you get.&lt;BR /&gt;
My solution:&lt;BR /&gt;
&lt;BR /&gt;
Use dependency walker and check the DLLs/ARX files. If it&lt;BR /&gt;
displays a message like "Side-by-Side configuration failure..."&lt;BR /&gt;
you will find the solution in this forum:&lt;BR /&gt;
http://channel9.msdn.com/ShowPost.aspx?PostID=23261&lt;BR /&gt;
&lt;BR /&gt;
For me it helped to disable the Embed manifest tool as&lt;BR /&gt;
mentioned in this forum.&lt;BR /&gt;
&lt;BR /&gt;
Hope this helps!&lt;BR /&gt;
&lt;BR /&gt;
Br&lt;BR /&gt;
Markus&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; Hi,&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt;         I'm migrating an application to 2007. I converted all the module. It is working fine in my machine. when  I load this module to some other machine (does not have VS2005 &amp;amp; Object ARX). It is not loading. &lt;BR /&gt;
&amp;gt; Autocad giving error message that&lt;BR /&gt;
&amp;gt;  "It is an invalid ARX file" &lt;BR /&gt;
&amp;gt; "AcRxDynamicLinker failed to load"&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Here i am attaching my Module(i comment out some of the line).&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; what is wrong in my project?  please help me,&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Sankar M</description>
      <pubDate>Wed, 18 Apr 2007 14:12:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/loading-arx/m-p/1943138#M21470</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-04-18T14:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Arx</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/loading-arx/m-p/1943139#M21471</link>
      <description>Hi, &lt;BR /&gt;
&lt;BR /&gt;
It is working fine after uninstalling Service pack 1 of Visual Studio 2005. In SP1 of VS 2005 Embed manifest tool setting in our application is asking some updated dll version (MFC80U.DLL, MSVCP80.DLL &amp;amp; MSVCR80.DLL) of .Net FrameWorks 2.0.&lt;BR /&gt;
 If this updated version is not available in your client machine then your Arx will not load. &lt;BR /&gt;
&lt;BR /&gt;
Thanks for Replay,&lt;BR /&gt;
&lt;BR /&gt;
Sankar.M</description>
      <pubDate>Fri, 20 Apr 2007 07:57:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/loading-arx/m-p/1943139#M21471</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-04-20T07:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Arx</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/loading-arx/m-p/1943140#M21472</link>
      <description>Hi Sankar,&lt;BR /&gt;
&lt;BR /&gt;
It got the same problem see this discussion group 2007-04-12&lt;BR /&gt;
&lt;BR /&gt;
I turned off everything that possibly could have something to do with Embed&lt;BR /&gt;
manifest in the properties compiler/linker options.&lt;BR /&gt;
My app works fine on other Pc's with XP SP2 and without VS installed&lt;BR /&gt;
&lt;BR /&gt;
HTH&lt;BR /&gt;
Johannes&lt;BR /&gt;
&lt;BR /&gt;
&lt;SHANKAR_3NOV&gt; skrev i en meddelelse news:5558757@discussion.autodesk.com...&lt;BR /&gt;
Hi,&lt;BR /&gt;
&lt;BR /&gt;
It is working fine after uninstalling Service pack 1 of Visual Studio 2005. &lt;BR /&gt;
In SP1 of VS 2005 Embed manifest tool setting in our application is asking &lt;BR /&gt;
some updated dll version (MFC80U.DLL, MSVCP80.DLL &amp;amp; MSVCR80.DLL) of .Net &lt;BR /&gt;
FrameWorks 2.0.&lt;BR /&gt;
 If this updated version is not available in your client machine then your &lt;BR /&gt;
Arx will not load.&lt;BR /&gt;
&lt;BR /&gt;
Thanks for Replay,&lt;BR /&gt;
&lt;BR /&gt;
Sankar.M&lt;/SHANKAR_3NOV&gt;</description>
      <pubDate>Tue, 24 Apr 2007 09:05:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/loading-arx/m-p/1943140#M21472</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-04-24T09:05:41Z</dc:date>
    </item>
  </channel>
</rss>

