<?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: Create DLL of WPF Application in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/create-dll-of-wpf-application/m-p/1020575#M9706</link>
    <description>&lt;P&gt;What is your ultimate goal?&amp;nbsp; There is nothing different about using the Runtime API than using any other API.&amp;nbsp; A WPF application will need an entry point, if you use the WPF application project template you get all the setup for the main application.&amp;nbsp; If you are trying to create a project to use in another application you could create use a class library.&amp;nbsp; But this needs to be referenced in a WPF application and the map added in some way to the main application&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jan 2021 17:44:05 GMT</pubDate>
    <dc:creator>JoeHershman</dc:creator>
    <dc:date>2021-01-27T17:44:05Z</dc:date>
    <item>
      <title>Create DLL of WPF Application</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/create-dll-of-wpf-application/m-p/1019762#M9695</link>
      <description>&lt;P&gt;I need immediate assistance. Please steer me to correct direction.&lt;/P&gt;&lt;P&gt;I have installed ArcGIS Runtime SDK for .NET.&amp;nbsp; I have briefly reviewed sample code at &lt;A href="https://developers.arcgis.com/net/latest/wpf/sample-code/" target="_blank"&gt;https://developers.arcgis.com/net/latest/wpf/sample-code/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am unable to figure out a way to create DLL of WPF application. I can create a user control (*.ascx) and create a dll using Visual Studio.Net. Is there a way I can create a DLL that can be utilized.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your help is much appreciated&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 19:13:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/create-dll-of-wpf-application/m-p/1019762#M9695</guid>
      <dc:creator>RamS1</dc:creator>
      <dc:date>2021-01-25T19:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Create DLL of WPF Application</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/create-dll-of-wpf-application/m-p/1019819#M9697</link>
      <description>&lt;P&gt;That's a pretty broad question.&amp;nbsp; To create a dll one just needs to change the output type to class library in the project properties.&amp;nbsp; However, an application needs an entry point (an .exe) so you still need to have a wpf application compiled as an exe.&amp;nbsp; But you can use dlls that have been developed with the API and reference than and use that functionality as would be done with any other type of application&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 20:37:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/create-dll-of-wpf-application/m-p/1019819#M9697</guid>
      <dc:creator>JoeHershman</dc:creator>
      <dc:date>2021-01-25T20:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Create DLL of WPF Application</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/create-dll-of-wpf-application/m-p/1020359#M9704</link>
      <description>&lt;P&gt;Thanks Joe for your response. I created a brand new project "ArcGIS Runtime App(WFP .Net Framework". I went to project properties and changed to 'Class Library' from&amp;nbsp; 'windows Application.&amp;nbsp; I am getting several errors.&lt;/P&gt;&lt;P&gt;'Library Project file cannot speicfy ApplicationDefination element package 'Esri.ArcGISRuntime.runtime.win 100.0.0&lt;/P&gt;&lt;P&gt;I have tried all 3 types of ArcGIS application. Any other help is appreciated. Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 03:22:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/create-dll-of-wpf-application/m-p/1020359#M9704</guid>
      <dc:creator>RamS1</dc:creator>
      <dc:date>2021-01-27T03:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: Create DLL of WPF Application</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/create-dll-of-wpf-application/m-p/1020575#M9706</link>
      <description>&lt;P&gt;What is your ultimate goal?&amp;nbsp; There is nothing different about using the Runtime API than using any other API.&amp;nbsp; A WPF application will need an entry point, if you use the WPF application project template you get all the setup for the main application.&amp;nbsp; If you are trying to create a project to use in another application you could create use a class library.&amp;nbsp; But this needs to be referenced in a WPF application and the map added in some way to the main application&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 17:44:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/create-dll-of-wpf-application/m-p/1020575#M9706</guid>
      <dc:creator>JoeHershman</dc:creator>
      <dc:date>2021-01-27T17:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Create DLL of WPF Application</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/create-dll-of-wpf-application/m-p/1020612#M9707</link>
      <description>&lt;P&gt;I would recommend creating a nuget package instead of a DLL. The DLL itself isn't enough - there's a bunch of resources that needs to get deployed as well (native libs, pixel shaders and various other resources etc).&lt;/P&gt;&lt;P&gt;A nuget package declaring a dependency on our nuget package will ensure things get deployed correctly.&lt;BR /&gt;&lt;BR /&gt;This is only for sharing the DLL though. You can always create a class library, and use a project reference to the class library, and it should "just work"&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 19:11:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/create-dll-of-wpf-application/m-p/1020612#M9707</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2021-01-27T19:11:23Z</dc:date>
    </item>
  </channel>
</rss>

