<?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: Upgrading a stand-alone application from VB2005 to VB2010, .exe disappears? in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/upgrading-a-stand-alone-application-from-vb2005-to/m-p/28075#M743</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sounds like you changed the project type from Windows Application to Class Library.&amp;nbsp; If that's the case then you need to change it back.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 May 2011 17:51:29 GMT</pubDate>
    <dc:creator>NeilClemmons</dc:creator>
    <dc:date>2011-05-19T17:51:29Z</dc:date>
    <item>
      <title>Upgrading a stand-alone application from VB2005 to VB2010, .exe disappears?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/upgrading-a-stand-alone-application-from-vb2005-to/m-p/28074#M742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I developed a stand-alone application using VB.net 2005 for GIS9.2 several years ago and the .exe file is generated in my_project\debug and works great.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I am upgrading this application using VB.net 2010 to be compatible with Arcgis 10 (with Visual studio 2010) according to the steps showing in this link&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/How_to_migrate_ArcGIS_9_3_Desktop_and_Engine_stand_alone_applications_to_ArcGIS_10/0001000002ns000000/"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/How_to_migrate_ArcGIS_9_3_Desktop_and_Engine_stand_alone_applications_to_ArcGIS_10/0001000002ns000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I recompiled my project in VB.net 2010 and there are no errors but some warnings(rebuild all succeeded). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My question is &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I cannot see any .exe generated in my_project\bin or my_project\obj\debug but some .dll files. Is it normal? I am not sure whether my new project has been successfully rebuild though there is no error message.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How to get a stand-alone application (.exe) like what I got in VB.net2005?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 16:37:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/upgrading-a-stand-alone-application-from-vb2005-to/m-p/28074#M742</guid>
      <dc:creator>jihuawang</dc:creator>
      <dc:date>2011-05-19T16:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading a stand-alone application from VB2005 to VB2010, .exe disappears?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/upgrading-a-stand-alone-application-from-vb2005-to/m-p/28075#M743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sounds like you changed the project type from Windows Application to Class Library.&amp;nbsp; If that's the case then you need to change it back.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 17:51:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/upgrading-a-stand-alone-application-from-vb2005-to/m-p/28075#M743</guid>
      <dc:creator>NeilClemmons</dc:creator>
      <dc:date>2011-05-19T17:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading a stand-alone application from VB2005 to VB2010, .exe disappears?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/upgrading-a-stand-alone-application-from-vb2005-to/m-p/28076#M744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, Neil,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much! After I change project application type, .exe shows up in my_project\bin. Great!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But I found another problem when I specify the startup project. Do I need to specify one of my window form applicatioin in the startup project? I don't have a sub main in my project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also is there any sample ArcScript code written in VB.net 2010 for desktop 10 applicationi? I want to take a look and may find some hints.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot for your help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 19:39:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/upgrading-a-stand-alone-application-from-vb2005-to/m-p/28076#M744</guid>
      <dc:creator>jihuawang</dc:creator>
      <dc:date>2011-05-19T19:39:39Z</dc:date>
    </item>
  </channel>
</rss>

