<?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: Mismatch Processor AMD64 vs MSIL in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/mismatch-processor-amd64-vs-msil/m-p/3807859#M50725</link>
    <description>That solved it. So lesson to learn here, the API now works in true 64 bit as promised. Thank you, Jamie V. Johnson CAD Manager</description>
    <pubDate>Mon, 18 Mar 2013 13:55:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-03-18T13:55:56Z</dc:date>
    <item>
      <title>Mismatch Processor AMD64 vs MSIL</title>
      <link>https://forums.autodesk.com/t5/net-forum/mismatch-processor-amd64-vs-msil/m-p/3796563#M50722</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the past few weeks I've been getting this in my warning box on VS 2010:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "accoremgd", "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 &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;architecture that matches the targeted processor architecture of your project."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and one for acdbmgd, and acmgd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have not changed the references or properties&amp;nbsp;for my project for almost a year now.&amp;nbsp; I think it has to do with the recent updates from Microsoft (updates to add .net 4.5), or perhaps the beta updates for Autodesk 2014 products.&amp;nbsp; My project runs exclusively on AutoCAD (Mechanical) 2013, Windows 7 64bit.&amp;nbsp; My accoremgd is v4.0.30319.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My cpu (and all of our office) is Intel i7 or Xeon, so the AMD64 had to come from Autodesk.&lt;/P&gt;&lt;P&gt;I have .Net Presentation Core referenced, my Project Type is .Net 4.0.&amp;nbsp; My language is VB.Net&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These warning have no effect on compiling and running the code, as far as I'm aware.&lt;/P&gt;&lt;P&gt;Please help me remove these warnings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;jvj&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2013 17:37:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/mismatch-processor-amd64-vs-msil/m-p/3796563#M50722</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-05T17:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Mismatch Processor AMD64 vs MSIL</title>
      <link>https://forums.autodesk.com/t5/net-forum/mismatch-processor-amd64-vs-msil/m-p/3807709#M50723</link>
      <description>&lt;P&gt;Hi JVJ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This warning seems to be related to the .Net framwork 4.5 and Visual Studio.&lt;/P&gt;
&lt;P&gt;Can you please try the suggestion provided in this post ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/10113532/how-do-i-fix-the-net-c-c-error-mismatch-between-processor-architecture" target="_blank"&gt;http://stackoverflow.com/questions/10113532/how-do-i-fix-the-net-c-c-error-mismatch-between-processor-architecture&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also find other similar posts in MSDN that suggest ways to overcome it.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2013 10:29:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/mismatch-processor-amd64-vs-msil/m-p/3807709#M50723</guid>
      <dc:creator>Balaji_Ram</dc:creator>
      <dc:date>2013-03-18T10:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Mismatch Processor AMD64 vs MSIL</title>
      <link>https://forums.autodesk.com/t5/net-forum/mismatch-processor-amd64-vs-msil/m-p/3807716#M50724</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;do you also get the warning if you set your project to be built for 64bit (and not for "Any CPU")?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2013 10:32:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/mismatch-processor-amd64-vs-msil/m-p/3807716#M50724</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2013-03-18T10:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Mismatch Processor AMD64 vs MSIL</title>
      <link>https://forums.autodesk.com/t5/net-forum/mismatch-processor-amd64-vs-msil/m-p/3807859#M50725</link>
      <description>That solved it. So lesson to learn here, the API now works in true 64 bit as promised. Thank you, Jamie V. Johnson CAD Manager</description>
      <pubDate>Mon, 18 Mar 2013 13:55:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/mismatch-processor-amd64-vs-msil/m-p/3807859#M50725</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-18T13:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Mismatch Processor AMD64 vs MSIL</title>
      <link>https://forums.autodesk.com/t5/net-forum/mismatch-processor-amd64-vs-msil/m-p/7783920#M50727</link>
      <description>&lt;P&gt;Good day, anyone know how to set&amp;nbsp;&lt;SPAN&gt;your project to be built for 64bit (and not for "Any CPU") in Visual Studio Code?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2018 15:36:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/mismatch-processor-amd64-vs-msil/m-p/7783920#M50727</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-16T15:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Mismatch Processor AMD64 vs MSIL</title>
      <link>https://forums.autodesk.com/t5/net-forum/mismatch-processor-amd64-vs-msil/m-p/7783946#M50728</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color="#000080"&gt;&amp;gt;&amp;gt; anyone know how to set&amp;nbsp;your project to be built for 64bit &lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color="#000080"&gt;&amp;gt;&amp;gt; (and not for "Any CPU") in Visual Studio Code?&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;On your project ==&amp;gt; right-click ==&amp;gt; properties ... change to tab "compile" ==&amp;gt; there you can set the destination cpu type.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;- alfred -&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2018 15:44:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/mismatch-processor-amd64-vs-msil/m-p/7783946#M50728</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2018-02-16T15:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Mismatch Processor AMD64 vs MSIL</title>
      <link>https://forums.autodesk.com/t5/net-forum/mismatch-processor-amd64-vs-msil/m-p/7784051#M50729</link>
      <description>&lt;P&gt;Alfred, thanks for your reply.&amp;nbsp; Looks like that will work in Visual Studio, however I'm required to use Visual Studio Code and there are no right click options for properties on the project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any other ideas?&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2018 16:09:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/mismatch-processor-amd64-vs-msil/m-p/7784051#M50729</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-16T16:09:23Z</dc:date>
    </item>
  </channel>
</rss>

