<?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 Deploying Visual Studio AddIn with shapefiles in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/deploying-visual-studio-addin-with-shapefiles/m-p/55476#M1506</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;I am thinking of deploying my ArcGIS AddIn for Arc10. SO far I have been getting my files from my local disk drive. i dont want to deploy tthe addin and the data seperately - so is there a way to combine them? I was thinking of the resources section - but was unsure on how this operated - i know that i cannot add a geodatabase for example, or by addin another folder and stick the data in there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank You to anyone who can help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Alex&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Aug 2011 12:47:03 GMT</pubDate>
    <dc:creator>AlexandraFairbarns</dc:creator>
    <dc:date>2011-08-26T12:47:03Z</dc:date>
    <item>
      <title>Deploying Visual Studio AddIn with shapefiles</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/deploying-visual-studio-addin-with-shapefiles/m-p/55476#M1506</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;I am thinking of deploying my ArcGIS AddIn for Arc10. SO far I have been getting my files from my local disk drive. i dont want to deploy tthe addin and the data seperately - so is there a way to combine them? I was thinking of the resources section - but was unsure on how this operated - i know that i cannot add a geodatabase for example, or by addin another folder and stick the data in there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank You to anyone who can help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Alex&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2011 12:47:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/deploying-visual-studio-addin-with-shapefiles/m-p/55476#M1506</guid>
      <dc:creator>AlexandraFairbarns</dc:creator>
      <dc:date>2011-08-26T12:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying Visual Studio AddIn with shapefiles</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/deploying-visual-studio-addin-with-shapefiles/m-p/55477#M1507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK, so i spent the entire day re-working my former theory. Rather than importing all the files i needed through the visual studio GUI, i copied everything from the original location on my c drive to the Resources folder automatically generated by VS in my new project add-in folder. Similarly, rather than put it in the Resources folder, I could have also used a new folder e.g. "data". &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By adding these data files to the add-in folder, I can access any of the files statically. In my addin users can click on/off provided layers from a dockable window, similar to the TOC. If a user switches one on and it doesnt exist, it will add the file to the current view and the TOC. This involved .gdb, shapefiles and layers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;NB: Make sure that all you file sources point to the Resources (or new) folder where you are adding it from. I found that .gdb because windows stored it as a folder with files, i could certainly not go through the VS GUI, but add it manually. Dont worry if it doesnt show as openable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I then add my layers etc programatically, getting the path name from the assembly directory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any more succinct thoughts on all of this/alternatives would be good.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank You &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alex&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2011 15:19:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/deploying-visual-studio-addin-with-shapefiles/m-p/55477#M1507</guid>
      <dc:creator>AlexandraFairbarns</dc:creator>
      <dc:date>2011-08-26T15:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying Visual Studio AddIn with shapefiles</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/deploying-visual-studio-addin-with-shapefiles/m-p/55478#M1508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Alex, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"In my addin users can click on/off provided layers from a dockable window, similar to the TOC. If a user switches one on and it doesnt exist, it will add the file to the current view and the TOC. This involved .gdb, shapefiles and layers."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any way you could post some of your source code for this add-in? I want to create something similar for my use as well!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;An alternative to deploying all of the data with the add-in is to use a network wide SDE server and then just have your users connect to that data instead of a local copy. This of course would only work if all of the add-in users have access to your SDE database, though.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2011 11:48:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/deploying-visual-studio-addin-with-shapefiles/m-p/55478#M1508</guid>
      <dc:creator>MLowry</dc:creator>
      <dc:date>2011-09-09T11:48:10Z</dc:date>
    </item>
  </channel>
</rss>

