<?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: Warning about mismatch of AMD64 vs MSIL in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/warning-about-mismatch-of-amd64-vs-msil/m-p/6058741#M36998</link>
    <description>&lt;P&gt;You can igore the warning. It is beause your DLL project is set to target "Any CPU" while the AutoCAD managed assembly is a wrapper of 64-bit ObjectARX code when your AutoCAD is 64-bit.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you set your project to target x64 CPU, then the warnign would go away. But then your .NET plugin would only work with 64-bit AutoCAD. So, stay with "Any CPU" in most cases and ignore the compiling warning.&lt;/P&gt;</description>
    <pubDate>Fri, 26 Feb 2016 18:25:45 GMT</pubDate>
    <dc:creator>norman.yuan</dc:creator>
    <dc:date>2016-02-26T18:25:45Z</dc:date>
    <item>
      <title>Warning about mismatch of AMD64 vs MSIL</title>
      <link>https://forums.autodesk.com/t5/net-forum/warning-about-mismatch-of-amd64-vs-msil/m-p/6058618#M36997</link>
      <description>&lt;P&gt;When I compile my first MyCircleCommand program from&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cadalyst.com/cad/autocad/create-plugin-autocad-16750?page_id=1" target="_blank"&gt;http://www.cadalyst.com/cad/autocad/create-plugin-autocad-16750?page_id=1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I get the following warning. Is it OK to ignore this or how to fix this warning without Ignore options?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3270: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "acdbmgd", "AMD64". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2016 17:25:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/warning-about-mismatch-of-amd64-vs-msil/m-p/6058618#M36997</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-26T17:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: Warning about mismatch of AMD64 vs MSIL</title>
      <link>https://forums.autodesk.com/t5/net-forum/warning-about-mismatch-of-amd64-vs-msil/m-p/6058741#M36998</link>
      <description>&lt;P&gt;You can igore the warning. It is beause your DLL project is set to target "Any CPU" while the AutoCAD managed assembly is a wrapper of 64-bit ObjectARX code when your AutoCAD is 64-bit.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you set your project to target x64 CPU, then the warnign would go away. But then your .NET plugin would only work with 64-bit AutoCAD. So, stay with "Any CPU" in most cases and ignore the compiling warning.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2016 18:25:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/warning-about-mismatch-of-amd64-vs-msil/m-p/6058741#M36998</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2016-02-26T18:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Warning about mismatch of AMD64 vs MSIL</title>
      <link>https://forums.autodesk.com/t5/net-forum/warning-about-mismatch-of-amd64-vs-msil/m-p/6059168#M36999</link>
      <description>Another solution is using managed assembles from ObjectARX SDK.</description>
      <pubDate>Fri, 26 Feb 2016 22:52:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/warning-about-mismatch-of-amd64-vs-msil/m-p/6059168#M36999</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2016-02-26T22:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Warning about mismatch of AMD64 vs MSIL</title>
      <link>https://forums.autodesk.com/t5/net-forum/warning-about-mismatch-of-amd64-vs-msil/m-p/6210280#M37000</link>
      <description>&lt;P&gt;Sorry for the delayed reply&lt;/P&gt;&lt;P&gt;As suggested I ignored the warning and stayed with Any CPU.&lt;/P&gt;&lt;P&gt;The VB .NET code compiled successfully and I was able to run the code within AutoCAD 2012 via NETLOAD and entering the command text at Command:&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;PV Subramanian&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2016 02:59:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/warning-about-mismatch-of-amd64-vs-msil/m-p/6210280#M37000</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-11T02:59:08Z</dc:date>
    </item>
  </channel>
</rss>

