<?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 ArcGIS Engine Controls VS2010 64bit OS in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcgis-engine-controls-vs2010-64bit-os/m-p/203207#M5299</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello All:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone able to get an engine map control application to build and run with 64-bit OS and Visual Studio 2010?&amp;nbsp; First I got an "incorrect format" error when trying to build which lead me to this article:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/content/kbase?fa=articleShow&amp;amp;d=37879"&gt;http://resources.arcgis.com/content/kbase?fa=articleShow&amp;amp;d=37879&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I added the xml to the project file and the project will build but the application won't debug or run (if exe is clicked directly).&amp;nbsp; I haven't tried the manual steps from MS yet but that appears to make a constant change so I'd have to undo/redo it every time I switched projects.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm usually one of the most pro-ESRI people out there, but honestly as a developer, v10 is not working for me... which is too bad I was excited to see progress from a development standpoint and it appears ESRI is trying to make it harder for developers to create ArcObjects based solutions.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Aug 2010 16:44:22 GMT</pubDate>
    <dc:creator>FredSpataro</dc:creator>
    <dc:date>2010-08-06T16:44:22Z</dc:date>
    <item>
      <title>ArcGIS Engine Controls VS2010 64bit OS</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcgis-engine-controls-vs2010-64bit-os/m-p/203207#M5299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello All:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone able to get an engine map control application to build and run with 64-bit OS and Visual Studio 2010?&amp;nbsp; First I got an "incorrect format" error when trying to build which lead me to this article:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/content/kbase?fa=articleShow&amp;amp;d=37879"&gt;http://resources.arcgis.com/content/kbase?fa=articleShow&amp;amp;d=37879&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I added the xml to the project file and the project will build but the application won't debug or run (if exe is clicked directly).&amp;nbsp; I haven't tried the manual steps from MS yet but that appears to make a constant change so I'd have to undo/redo it every time I switched projects.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm usually one of the most pro-ESRI people out there, but honestly as a developer, v10 is not working for me... which is too bad I was excited to see progress from a development standpoint and it appears ESRI is trying to make it harder for developers to create ArcObjects based solutions.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 16:44:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcgis-engine-controls-vs2010-64bit-os/m-p/203207#M5299</guid>
      <dc:creator>FredSpataro</dc:creator>
      <dc:date>2010-08-06T16:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Engine Controls VS2010 64bit OS</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcgis-engine-controls-vs2010-64bit-os/m-p/203208#M5300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We are building desktop applications (i.e. ArcMap) on 64 bit machines.&amp;nbsp; The problem with Visual Studio is Microsoft's and not ESRI's.&amp;nbsp; This could be avoided if ESRI supported the 4.0 framework but they do not.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What we do is to set an environment variable so that we do not have to edit each project file.&amp;nbsp; This is discussed here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://connect.microsoft.com/VisualStudio/feedback/details/543804/?wa=wsignin1.0"&gt;https://connect.microsoft.com/VisualStudio/feedback/details/543804/?wa=wsignin1.0&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The other thing that we found is that for version 10.0, our project files call ESRIRegAsm following the model in the ESRI samples.&amp;nbsp; Unfortunately, the ESRI samples do not work on 64 bit machines because the project file refers to ESRIRegAsm in the wrong location.&amp;nbsp; We hacked around this by creating a symbolic link using mklink.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Aug 2010 10:41:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcgis-engine-controls-vs2010-64bit-os/m-p/203208#M5300</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2010-08-07T10:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Engine Controls VS2010 64bit OS</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcgis-engine-controls-vs2010-64bit-os/m-p/203209#M5301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;try this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;right click on the offending .resx file in Visual Studio and select 'View Code'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;replace the base64 resource entry type definition with base32.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;here's an example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;data name="axMapControl1.OcxState" mimetype="application/x-microsoft.net.object.binary.base64"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;change to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;data name="axMapControl1.OcxState" mimetype="application/x-microsoft.net.object.binary.base32"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;recompile.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 15:58:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcgis-engine-controls-vs2010-64bit-os/m-p/203209#M5301</guid>
      <dc:creator>DarrenRempel</dc:creator>
      <dc:date>2010-08-09T15:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Engine Controls VS2010 64bit OS</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcgis-engine-controls-vs2010-64bit-os/m-p/203210#M5302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;try this:&lt;BR /&gt;right click on the offending .resx file in Visual Studio and select 'View Code'.&lt;BR /&gt;replace the base64 resource entry type definition with base32. &lt;BR /&gt;recompile.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Oh yeah!&amp;nbsp; This one worked well.&amp;nbsp; As always, the developer community comes to the rescue!&amp;nbsp; Thanks again&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2010 15:15:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcgis-engine-controls-vs2010-64bit-os/m-p/203210#M5302</guid>
      <dc:creator>FredSpataro</dc:creator>
      <dc:date>2010-08-17T15:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Engine Controls VS2010 64bit OS</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcgis-engine-controls-vs2010-64bit-os/m-p/203211#M5303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;just switching to base32 didn't work for me. it allowed me to compile and run but it fundamentally changed my application, moving things around and messing up my toolbars.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2011 19:24:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcgis-engine-controls-vs2010-64bit-os/m-p/203211#M5303</guid>
      <dc:creator>KevinGooss</dc:creator>
      <dc:date>2011-08-15T19:24:45Z</dc:date>
    </item>
  </channel>
</rss>

