<?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 : Complilation Error during Build the Project Setup in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/complilation-error-during-build-the-project-setup/m-p/3807868#M50745</link>
    <description>&lt;P&gt;Hi _gile,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your hints.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;zakir&lt;/P&gt;</description>
    <pubDate>Mon, 18 Mar 2013 14:00:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-03-18T14:00:55Z</dc:date>
    <item>
      <title>Complilation Error during Build the Project Setup</title>
      <link>https://forums.autodesk.com/t5/net-forum/complilation-error-during-build-the-project-setup/m-p/3795455#M50741</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to deploy my DLL and during compilation , I got the below error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;------ Build started: Project: Practice, Configuration: Debug x86 ------&lt;/P&gt;&lt;P&gt;vbc : warning BC40010: Possible problem detected while building assembly 'Practice': Referenced assembly 'mscorlib.dll' targets a different processor&lt;/P&gt;&lt;P&gt;vbc : warning BC40010: Possible problem detected while building assembly 'Practice': Referenced assembly 'System.Data.dll' targets a different processor&lt;/P&gt;&lt;P&gt;Practice -&amp;gt; C:\VBProject\Practice\Practice\bin\x86\Debug\Practice.dll&lt;/P&gt;&lt;P&gt;------ Starting pre-build validation for project 'mySetup' ------&lt;/P&gt;&lt;P&gt;WARNING: Unable to find dependency 'ACMNUPARSER' (Signature='(null)' Version='18.1.0.0') of assembly 'AcCui.dll'&lt;/P&gt;&lt;P&gt;WARNING: Unable to find dependency 'MANAGEDMC3' (Signature='(null)' Version='4.11.0.0') of assembly 'AdWindows.dll'&lt;/P&gt;&lt;P&gt;------ Pre-build validation for project 'mySetup' completed ------&lt;/P&gt;&lt;P&gt;------ Build started: Project: mySetup, Configuration: Debug ------&lt;/P&gt;&lt;P&gt;Building file 'C:\VBProject\Practice\mySetup\Debug\mySetup.msi'...&lt;/P&gt;&lt;P&gt;ERROR: File 'AcTcMgd.dll' targeting 'AMD64' is not compatible with the project's target platform 'x86'&lt;/P&gt;&lt;P&gt;WARNING: File 'AcTcMgd.dll' targeting 'x64' is not compatible with the project's target platform 'x86'&lt;/P&gt;&lt;P&gt;Build process cancelled&lt;/P&gt;&lt;P&gt;========== Build: 1 succeeded or up-to-date, 1 failed, 0 skipped ==========&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anybody help me in this regard? I am using Visual Studio 2010 and&amp;nbsp;AutoCAD 2011. Windows 7 32-bit Operating System. Target CPU: x86. Target Framework: 3.5.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My registry settings is below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;HKEY_LOCAL_MACHINE\Software\Autodesk\AutoCAD\R18.2\ACAD-A001:409\Applications\Practice&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG title="Capture.JPG" align="center" alt="Capture.JPG" border="0" src="https://forums.autodesk.com/t5/image/serverpage/image-id/48137iC55475F23F99D411/image-size/original?v=mpbl-1&amp;amp;px=-1" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\R18.2\ACAD-A001:409\Applications\Practice&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG title="Capture.JPG" align="center" alt="Capture.JPG" border="0" src="https://forums.autodesk.com/t5/image/serverpage/image-id/48138i823ADC44EFEB037F/image-size/original?v=mpbl-1&amp;amp;px=-1" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Zakir&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2013 17:20:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/complilation-error-during-build-the-project-setup/m-p/3795455#M50741</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-04T17:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Complilation Error during Build the Project Setup</title>
      <link>https://forums.autodesk.com/t5/net-forum/complilation-error-during-build-the-project-setup/m-p/3807720#M50742</link>
      <description>&lt;P&gt;Hi Zakir,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry for the delay.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you tried netloading the dll into AutoCAD 2011 ?&lt;/P&gt;
&lt;P&gt;Does it load ok and can you run the commands correctly ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But, remember to set the .Net framework version to 3.5 for AutoCAD 2011.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, I see a few error messages indicating a mismatch in platform.&lt;/P&gt;
&lt;P&gt;Have you tried building your project with "Any CPU" configuration ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2013 10:35:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/complilation-error-during-build-the-project-setup/m-p/3807720#M50742</guid>
      <dc:creator>Balaji_Ram</dc:creator>
      <dc:date>2013-03-18T10:35:08Z</dc:date>
    </item>
    <item>
      <title>Re : Complilation Error during Build the Project Setup</title>
      <link>https://forums.autodesk.com/t5/net-forum/complilation-error-during-build-the-project-setup/m-p/3807765#M50743</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I do not misunderstand, you're&amp;nbsp; trying to build a MSI.&lt;/P&gt;&lt;P&gt;If so, you have to exclude all AutoCAD dependencies in your setup project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG align="middle" alt="ExcludeDependencies.png" src="https://forums.autodesk.com/t5/image/serverpage/image-id/48940iB34BD2EB427AF8BF/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" title="ExcludeDependencies.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2013 12:17:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/complilation-error-during-build-the-project-setup/m-p/3807765#M50743</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2013-03-18T12:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Complilation Error during Build the Project Setup</title>
      <link>https://forums.autodesk.com/t5/net-forum/complilation-error-during-build-the-project-setup/m-p/3807867#M50744</link>
      <description>&lt;P&gt;Hi Balaji,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your kind response. I have solved this issue. There was mismatching of platform. now this is working fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Zakir&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2013 14:00:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/complilation-error-during-build-the-project-setup/m-p/3807867#M50744</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-18T14:00:21Z</dc:date>
    </item>
    <item>
      <title>Re : Complilation Error during Build the Project Setup</title>
      <link>https://forums.autodesk.com/t5/net-forum/complilation-error-during-build-the-project-setup/m-p/3807868#M50745</link>
      <description>&lt;P&gt;Hi _gile,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your hints.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;zakir&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2013 14:00:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/complilation-error-during-build-the-project-setup/m-p/3807868#M50745</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-18T14:00:55Z</dc:date>
    </item>
  </channel>
</rss>

