<?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 Explorer SDK - cannot craete project in VS 2008 in ArcGIS Explorer Desktop Questions</title>
    <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/arcgis-explorer-sdk-cannot-craete-project-in-vs/m-p/593154#M3566</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thats bizarre. So yuo installed the sdk for explorer and restarted your pc (you don't have to do this but I always do for any sdk) and opened up VS08 and selected arcgis. What are you doing a button??? Select what type of project you are doing (ill do a button) a project settings page should come up and you can rename the project. The project will be created and you can go into the button.vb page and put your code in. It's look like this&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Imports System&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Imports System.Collections.Generic&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Imports System.ComponentModel&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Imports System.Data&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Imports System.Drawing&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Imports System.Text&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Imports ESRI.ArcGISExplorer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Imports ESRI.ArcGISExplorer.Application&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Imports ESRI.ArcGISExplorer.Geometry&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Imports ESRI.ArcGISExplorer.Mapping&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Imports ESRI.ArcGISExplorer.Data&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Imports ESRI.ArcGISExplorer.Threading&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Public Class Button&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Inherits ESRI.ArcGISExplorer.Application.Button&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Public Overrides Sub OnClick()&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Your code Here&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; End Sub&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;End Class&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Why are you messing around with 2.0 when you can use the 3.5 framework??? Can you run the samples in the SDK at least? If you can't run the samples your install of VS is screwed up&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Apr 2010 14:32:29 GMT</pubDate>
    <dc:creator>AnthonyCatalano</dc:creator>
    <dc:date>2010-04-27T14:32:29Z</dc:date>
    <item>
      <title>ArcGIS Explorer SDK - cannot craete project in VS 2008</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/arcgis-explorer-sdk-cannot-craete-project-in-vs/m-p/593153#M3565</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;BR /&gt;&lt;SPAN&gt;I'm trying to create an add-in for ArcGIS explorer.&amp;nbsp; I have the service pack for VS2008, and the sp for .net 2.0 installed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I get the options for Desktop and Explorer to use a template.&amp;nbsp; If I choose a template, the wizard begins and I can enter titles, tool tips etc., then VS starts churning away to make the project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I get is a project with no forms or code, and no ability to add a form to add code to.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was trying to follow the example walk through online on creating a simple add-in, but despite numerous re-installs of the SDK patch checks, rebooting, I never get to add any code as I never get a form or module to put it in.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I close it out, I do get asked to discard changes or not and the title is displayed, yet no other actions are allowed, everything is grayed out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Creating any other type of VS project goes as expected.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Apr 2010 23:59:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/arcgis-explorer-sdk-cannot-craete-project-in-vs/m-p/593153#M3565</guid>
      <dc:creator>GroundHogg</dc:creator>
      <dc:date>2010-04-26T23:59:16Z</dc:date>
    </item>
    <item>
      <title>ArcGIS Explorer SDK - cannot craete project in VS 2008</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/arcgis-explorer-sdk-cannot-craete-project-in-vs/m-p/593154#M3566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thats bizarre. So yuo installed the sdk for explorer and restarted your pc (you don't have to do this but I always do for any sdk) and opened up VS08 and selected arcgis. What are you doing a button??? Select what type of project you are doing (ill do a button) a project settings page should come up and you can rename the project. The project will be created and you can go into the button.vb page and put your code in. It's look like this&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Imports System&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Imports System.Collections.Generic&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Imports System.ComponentModel&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Imports System.Data&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Imports System.Drawing&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Imports System.Text&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Imports ESRI.ArcGISExplorer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Imports ESRI.ArcGISExplorer.Application&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Imports ESRI.ArcGISExplorer.Geometry&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Imports ESRI.ArcGISExplorer.Mapping&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Imports ESRI.ArcGISExplorer.Data&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Imports ESRI.ArcGISExplorer.Threading&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Public Class Button&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Inherits ESRI.ArcGISExplorer.Application.Button&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Public Overrides Sub OnClick()&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Your code Here&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; End Sub&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;End Class&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Why are you messing around with 2.0 when you can use the 3.5 framework??? Can you run the samples in the SDK at least? If you can't run the samples your install of VS is screwed up&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Apr 2010 14:32:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/arcgis-explorer-sdk-cannot-craete-project-in-vs/m-p/593154#M3566</guid>
      <dc:creator>AnthonyCatalano</dc:creator>
      <dc:date>2010-04-27T14:32:29Z</dc:date>
    </item>
    <item>
      <title>ArcGIS Explorer SDK - cannot craete project in VS 2008</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/arcgis-explorer-sdk-cannot-craete-project-in-vs/m-p/593155#M3567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you open one of the samples that's installed with the SDK (under your install directory, e.g.:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;\Program Files\Explorer\DeveloperKit\Samples\ApplicationConditions), and build a sample, and check if that shows up as expected in the Ribbon?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(Anthony - the Explorer 1200 SDK supports .NET 2.0 SP1, not 3.5, hence the templates in the SDK target 2.0, regardless of the Framework option in the VS new project dialog - we're adding support for 3.5 in a future version of the SDK. Our reasoning is we dont force all Explorer users to the very latest version of the Framework, as that creates too high a bar for many large organisations who have tightly controlled desktop configurations. However you can target and use 3.5 if you know desktops your addin will run on will have that Framework installed).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Shelly&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Apr 2010 15:43:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/arcgis-explorer-sdk-cannot-craete-project-in-vs/m-p/593155#M3567</guid>
      <dc:creator>ShellyGill2</dc:creator>
      <dc:date>2010-04-27T15:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Explorer SDK - cannot craete project in VS 2008</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/arcgis-explorer-sdk-cannot-craete-project-in-vs/m-p/593156#M3568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hello again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was able to get it to work:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I migrated to a new computer, and in the process I had to re-install all my software.&amp;nbsp; Whatever was wrong, that fixed it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think what had happened was my VS2008 was not properly installed, it was an upgrade version from 2005. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Its workign now as expected, it was bizzare though, seeing as other projects were workign just fine and I even used the previous install to finish a class I was taking in VB.net 2008.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 19:52:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/arcgis-explorer-sdk-cannot-craete-project-in-vs/m-p/593156#M3568</guid>
      <dc:creator>GroundHogg</dc:creator>
      <dc:date>2010-05-19T19:52:11Z</dc:date>
    </item>
  </channel>
</rss>

