<?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: Visual Studio 2010 - Start External Program in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/visual-studio-2010-start-external-program/m-p/528715#M14288</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We have a related problem in that we have developers with 32 bit operating system and developers with 64 bit operating systems.&amp;nbsp; This creates a problem when referencing files because the file paths are different.&amp;nbsp; What we do is to use the SysInternals junction command to create the "Program Files (x86)" path on 32 bit machines.&amp;nbsp; This works for us because we always install to the C drive.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think that junction, or mklink, are very powerful commands that can be used to solve these types of problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If do want to insist on the C drive then another trick we use is to create a logical drive, say X, using the DOS subst command.&amp;nbsp; This allows the developer to install to any location.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Sep 2011 18:38:10 GMT</pubDate>
    <dc:creator>RichardWatson</dc:creator>
    <dc:date>2011-09-02T18:38:10Z</dc:date>
    <item>
      <title>Visual Studio 2010 - Start External Program</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/visual-studio-2010-start-external-program/m-p/528712#M14285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ArcGIS Desktop Project, Visual Studio 2010, Multiple Developers, 32-bit and 64-bit machines&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I try to Start External Program : %AGSDESKTOPJAVA%\bin\ArcMap.exe (or enclosed in ")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;VS says it can't find the application, but I can launch the app from the command line using the above. Has anyone solved this? I want to do this to deal with varying paths on different developers' machine (i.e. Program Files (x86) vs Program Files).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your time.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2011 20:54:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/visual-studio-2010-start-external-program/m-p/528712#M14285</guid>
      <dc:creator>ChanceYohman1</dc:creator>
      <dc:date>2011-09-01T20:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Studio 2010 - Start External Program</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/visual-studio-2010-start-external-program/m-p/528713#M14286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The path is stored as a user-specific setting.&amp;nbsp; Visual Studio stores this setting in the *.suo file that sits alongside the solution (*.sln) file in your solution directory.&amp;nbsp; If you're using source control, then this file shouldn't be included when you add the solution to your source control provider.&amp;nbsp; If you're simply copying the solution down from a server or something, you shouldn't copy this file.&amp;nbsp; Each developer should have their own *.suo file on their development machine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 12:25:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/visual-studio-2010-start-external-program/m-p/528713#M14286</guid>
      <dc:creator>NeilClemmons</dc:creator>
      <dc:date>2011-09-02T12:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Studio 2010 - Start External Program</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/visual-studio-2010-start-external-program/m-p/528714#M14287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have never got relative paths to work in the start external program in VS2003, 2005 or 2008.&amp;nbsp; You need absolute path.&amp;nbsp; But Neil is right, we keep the .suo as an external file to our source control and everything is ok.&amp;nbsp; Plus the suo contains other things you usually don't want to share (compile type for example is usually debug on developer machines but could be changed to release.)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 14:58:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/visual-studio-2010-start-external-program/m-p/528714#M14287</guid>
      <dc:creator>AlexanderGray</dc:creator>
      <dc:date>2011-09-02T14:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Studio 2010 - Start External Program</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/visual-studio-2010-start-external-program/m-p/528715#M14288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We have a related problem in that we have developers with 32 bit operating system and developers with 64 bit operating systems.&amp;nbsp; This creates a problem when referencing files because the file paths are different.&amp;nbsp; What we do is to use the SysInternals junction command to create the "Program Files (x86)" path on 32 bit machines.&amp;nbsp; This works for us because we always install to the C drive.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think that junction, or mklink, are very powerful commands that can be used to solve these types of problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If do want to insist on the C drive then another trick we use is to create a logical drive, say X, using the DOS subst command.&amp;nbsp; This allows the developer to install to any location.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 18:38:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/visual-studio-2010-start-external-program/m-p/528715#M14288</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2011-09-02T18:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Studio 2010 - Start External Program</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/visual-studio-2010-start-external-program/m-p/528716#M14289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Except keeping the .suo in the repo is a requirement.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 14:35:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/visual-studio-2010-start-external-program/m-p/528716#M14289</guid>
      <dc:creator>ChanceYohman1</dc:creator>
      <dc:date>2011-09-07T14:35:26Z</dc:date>
    </item>
  </channel>
</rss>

