<?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: xxx.arx is an invalid ARX file. in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/xxx-arx-is-an-invalid-arx-file/m-p/2486673#M17639</link>
    <description>I have set "Generate Manifest" to "No", Nothing change unless I can not find the manifest file in Debug dir.</description>
    <pubDate>Wed, 13 May 2009 05:31:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-05-13T05:31:04Z</dc:date>
    <item>
      <title>xxx.arx is an invalid ARX file.</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/xxx-arx-is-an-invalid-arx-file/m-p/2486666#M17632</link>
      <description>I download the ObjectARX_2009_Win_64_and_32Bit.exe and unzip to C:\ObjectARX 2009&lt;BR /&gt;
And I use VC2005 as my dev IDE. My project can be build successfully and load successfully.&lt;BR /&gt;
But after I reinstall VC2005, the project can pass build, but can not be load, all the source code and project files are the same.&lt;BR /&gt;
&lt;BR /&gt;
It informs me "xxx.arx is an invalid ARX file" ; error: ARXLOAD failed,  what can I do now. I have reinstalled the AutoCAD2009 once, same error.</description>
      <pubDate>Tue, 12 May 2009 02:49:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/xxx-arx-is-an-invalid-arx-file/m-p/2486666#M17632</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-12T02:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: xxx.arx is an invalid ARX file.</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/xxx-arx-is-an-invalid-arx-file/m-p/2486667#M17633</link>
      <description>Are you using VS 2005 SP1? Ie, did you forget to add the SP1?</description>
      <pubDate>Tue, 12 May 2009 05:25:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/xxx-arx-is-an-invalid-arx-file/m-p/2486667#M17633</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-12T05:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: xxx.arx is an invalid ARX file.</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/xxx-arx-is-an-invalid-arx-file/m-p/2486668#M17634</link>
      <description>Yes, My vs2005 does have SP1.</description>
      <pubDate>Tue, 12 May 2009 08:40:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/xxx-arx-is-an-invalid-arx-file/m-p/2486668#M17634</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-12T08:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: xxx.arx is an invalid ARX file.</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/xxx-arx-is-an-invalid-arx-file/m-p/2486669#M17635</link>
      <description>Use Dependency Walker to determine which dependent modules are missing. &lt;BR /&gt;
See also:&lt;BR /&gt;
http://otb.manusoft.com/2007/01/my-manusoft-manifest-manifesto.htm&lt;BR /&gt;
-- &lt;BR /&gt;
Owen Wengerd&lt;BR /&gt;
President, ManuSoft &lt;&gt;&lt;BR /&gt;
VP Americas, CADLock, Inc. &lt;&gt;&lt;/&gt;&lt;/&gt;</description>
      <pubDate>Tue, 12 May 2009 19:20:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/xxx-arx-is-an-invalid-arx-file/m-p/2486669#M17635</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-12T19:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: xxx.arx is an invalid ARX file.</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/xxx-arx-is-an-invalid-arx-file/m-p/2486670#M17636</link>
      <description>With dependency walker, I found my arx can not find "ACAD.exe", "ACDB17.DLL", "ACGE17.DLL", "DWMAPI.DLL"(this should be a vista support dll) "MFC80U.DLL", "MSVCP80.DLL", "MSVCR80.DLL"&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
And acad.exe(autocad2009) use follow dll&lt;BR /&gt;
c:\windows\winsxs\x86_microsoft.vc80.mfc_1fc8b3b9a1e18e3b_8.0.50727.762_x-ww_3bf8fa05\MFC80U.DLL&lt;BR /&gt;
c:\windows\winsxs\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.3053_x-ww_b80fa8ca\MSVCP80.DLL&lt;BR /&gt;
c:\windows\winsxs\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.3053_x-ww_b80fa8ca\MSVCR80.DLL&lt;BR /&gt;
&lt;BR /&gt;
My manifest file is&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;&lt;/I&gt;&lt;BR /&gt;
 &lt;I&gt;assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"&lt;/I&gt;&lt;BR /&gt;
  &lt;I&gt;dependency&lt;/I&gt;&lt;BR /&gt;
    &lt;I&gt;dependentAssembly&lt;/I&gt;&lt;BR /&gt;
      &lt;I&gt;assemblyIdentity type="win32" name="Microsoft.VC80.CRT" version="8.0.50727.762" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b" /assemblyIdentity&lt;/I&gt;&lt;BR /&gt;
    &lt;I&gt;/dependentAssembly&lt;/I&gt;&lt;BR /&gt;
  &lt;I&gt;/dependency&lt;/I&gt;&lt;BR /&gt;
  &lt;I&gt;dependency&lt;/I&gt;&lt;BR /&gt;
    &lt;I&gt;dependentAssembly&lt;/I&gt;&lt;BR /&gt;
     &lt;I&gt;assemblyIdentity type="win32" name="Microsoft.VC80.MFC" version="8.0.50727.762" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b" /assemblyIdentity&lt;/I&gt;&lt;BR /&gt;
    &lt;I&gt;/dependentAssembly&lt;/I&gt;&lt;BR /&gt;
  &lt;I&gt;/dependency&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;/assembly&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
now how can i fix these?&lt;BR /&gt;
&lt;BR /&gt;
And when i open old project of my arx. I can pass build and load successfully, but if I close the project, (I think visual studio will write some files like *.ncb *.suo ....) then reopen the project, build pass, load failed.

Edited by: yelixing on May 13, 2009 1:41 AM</description>
      <pubDate>Wed, 13 May 2009 00:55:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/xxx-arx-is-an-invalid-arx-file/m-p/2486670#M17636</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-13T00:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: xxx.arx is an invalid ARX file.</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/xxx-arx-is-an-invalid-arx-file/m-p/2486671#M17637</link>
      <description>&amp;gt; now how can i fix these?&lt;BR /&gt;
&lt;BR /&gt;
  Instructions for removing the manifest file (see the section "When using &lt;BR /&gt;
the VC7 build tools"):&lt;BR /&gt;
http://www.manusoft.com/Resources/ARXTips/Index.stm#VC8ForARX2000&lt;BR /&gt;
-- &lt;BR /&gt;
Owen Wengerd&lt;BR /&gt;
President, ManuSoft &lt;&gt;&lt;BR /&gt;
VP Americas, CADLock, Inc. &lt;&gt;&lt;/&gt;&lt;/&gt;</description>
      <pubDate>Wed, 13 May 2009 02:20:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/xxx-arx-is-an-invalid-arx-file/m-p/2486671#M17637</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-13T02:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: xxx.arx is an invalid ARX file.</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/xxx-arx-is-an-invalid-arx-file/m-p/2486672#M17638</link>
      <description>...Never mind...

Edited by: danielm103 on May 13, 2009 12:45 AM</description>
      <pubDate>Wed, 13 May 2009 04:27:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/xxx-arx-is-an-invalid-arx-file/m-p/2486672#M17638</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-13T04:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: xxx.arx is an invalid ARX file.</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/xxx-arx-is-an-invalid-arx-file/m-p/2486673#M17639</link>
      <description>I have set "Generate Manifest" to "No", Nothing change unless I can not find the manifest file in Debug dir.</description>
      <pubDate>Wed, 13 May 2009 05:31:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/xxx-arx-is-an-invalid-arx-file/m-p/2486673#M17639</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-13T05:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: xxx.arx is an invalid ARX file.</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/xxx-arx-is-an-invalid-arx-file/m-p/2486674#M17640</link>
      <description>Shouldn’t Acad09 need CRT  8.0.50727.762  since it was built with SP1</description>
      <pubDate>Wed, 13 May 2009 06:31:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/xxx-arx-is-an-invalid-arx-file/m-p/2486674#M17640</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-13T06:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: xxx.arx is an invalid ARX file.</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/xxx-arx-is-an-invalid-arx-file/m-p/2486675#M17641</link>
      <description>What version should Acad09 need? I found this is the latest version in my platform.</description>
      <pubDate>Wed, 13 May 2009 08:17:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/xxx-arx-is-an-invalid-arx-file/m-p/2486675#M17641</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-13T08:17:32Z</dc:date>
    </item>
  </channel>
</rss>

