<?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: ARCGIS RUNTIME SDK FOR .NET development in windows form in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-sdk-for-net-development-in-windows/m-p/340054#M3991</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can you provide full details on the exact Solution, Project and file structure you have? Or alternatively, and better, please provide a simple example showing how you have built the app, zip it up and upload (include the folder arcgisruntime10.2.7 but don't include anything under that folder since it will push you over the upload limit).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 19 Jun 2016 14:40:41 GMT</pubDate>
    <dc:creator>MichaelBranscomb</dc:creator>
    <dc:date>2016-06-19T14:40:41Z</dc:date>
    <item>
      <title>ARCGIS RUNTIME SDK FOR .NET development in windows form</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-sdk-for-net-development-in-windows/m-p/340051#M3988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to know whether I can develop application in windows form using ARCGIS RUNTIME SDK FOR .NET, as I could see all examples in WPF and couldn't find the same info in "System Requirements".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example : &lt;/P&gt;&lt;P&gt;&amp;lt;esri:FeatureLayer ID="featureLayer"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;esri:ServiceFeatureTable Mode="OnDemand"&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ServiceUri="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://server:007/arcgis/rest/services/ABC/BaseMap_Shore/MapServer/123" rel="nofollow" target="_blank"&gt;http://server:007/arcgis/rest/services/ABC/BaseMap_Shore/MapServer/123&lt;/A&gt;&lt;SPAN&gt;" /&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/esri:FeatureLayer&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 13:24:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-sdk-for-net-development-in-windows/m-p/340051#M3988</guid>
      <dc:creator>sathiyanarayananthamotharan</dc:creator>
      <dc:date>2015-05-15T13:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: ARCGIS RUNTIME SDK FOR .NET development in windows form</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-sdk-for-net-development-in-windows/m-p/340052#M3989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can, by hosting our WPF-based MapView control in your Windows Forms environment via the WinForms ElementHost control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My advice is to only do this if you really need to support an existing WinForms application, and perhaps while you migrate that application to a more modern platform such as WPF or even Windows Store/Phone/Universal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 13:38:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-sdk-for-net-development-in-windows/m-p/340052#M3989</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2015-05-15T13:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: ARCGIS RUNTIME SDK FOR .NET development in windows form</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-sdk-for-net-development-in-windows/m-p/340053#M3990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created WPF user control library with ArcGIG runtime SDK for .net and included it in my WinForms application using ElementHost control. It works when run in Visual Studio 2013. However, when I deploy this WinForms application and try to install to another computer without the SDK installed - it does not work. I cannot figure out how to include required ArcGis runtime files into deployment distribution. I have followed instructions how to deploy WPF app and it works. But when WPF compiled as a library, it does not allow to include manifest file. When I try to include runtime manifest into WinForms host project, it gives build errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jun 2016 13:11:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-sdk-for-net-development-in-windows/m-p/340053#M3990</guid>
      <dc:creator>LightSnow</dc:creator>
      <dc:date>2016-06-18T13:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: ARCGIS RUNTIME SDK FOR .NET development in windows form</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-sdk-for-net-development-in-windows/m-p/340054#M3991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can you provide full details on the exact Solution, Project and file structure you have? Or alternatively, and better, please provide a simple example showing how you have built the app, zip it up and upload (include the folder arcgisruntime10.2.7 but don't include anything under that folder since it will push you over the upload limit).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jun 2016 14:40:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-sdk-for-net-development-in-windows/m-p/340054#M3991</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2016-06-19T14:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: ARCGIS RUNTIME SDK FOR .NET development in windows form</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-sdk-for-net-development-in-windows/m-p/340055#M3992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike, I accidentally uploaded my .zip into new discussion - I did not know how to upload it to this discussion and when I clicked Publish new one was created. New title is "ArcGIS runtime SDK test.zip". Please move it here if you can, I could not find a way to delete new one. Thank you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 16:23:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-sdk-for-net-development-in-windows/m-p/340055#M3992</guid>
      <dc:creator>LightSnow</dc:creator>
      <dc:date>2016-06-20T16:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: ARCGIS RUNTIME SDK FOR .NET development in windows form</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-sdk-for-net-development-in-windows/m-p/340056#M3993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Retrieved thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll take a look.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2016 15:19:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-sdk-for-net-development-in-windows/m-p/340056#M3993</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2016-06-21T15:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: ARCGIS RUNTIME SDK FOR .NET development in windows form</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-sdk-for-net-development-in-windows/m-p/340057#M3994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should just need to copy the "arcgisruntime10.2.7" folder into your apps output folder, which in this case is: "WindowsApplication1_wpf2\WindowsApplication1_wpf2\bin\Debug"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Minus the LocalServer32/64 folders if you're not using LocalServer and perhaps minus one or other of Client32/64 depending on what architecture you're targeting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/208452_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2016 15:40:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-sdk-for-net-development-in-windows/m-p/340057#M3994</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2016-06-21T15:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: ARCGIS RUNTIME SDK FOR .NET development in windows form</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-sdk-for-net-development-in-windows/m-p/340058#M3995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have copied &lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;"arcgisruntime10.2.7" folder into my output debug folder. After publishing, the installation package does not include any folders/files from &lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;arcgisruntime10.2.7" folder. it does include Esri.ArcGISRuntime.dll.deploy file. And after installing this package (click setup.exe) on computer without SDK I get this message:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;IMG alt="Capture.PNG" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/208490_Capture.PNG" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;I also tried to copy manually &lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;"arcgisruntime10.2.7" folder into installation package - the same error after installing. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;When I get the install working, it would be easier to filter files in the &lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;"arcgisruntime10.2.7" folder using manifest file, since I do not know relationship between their names and actual features I am including. &lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Thank you Mike for your help!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2016 18:03:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-sdk-for-net-development-in-windows/m-p/340058#M3995</guid>
      <dc:creator>LightSnow</dc:creator>
      <dc:date>2016-06-21T18:03:08Z</dc:date>
    </item>
  </channel>
</rss>

