<?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: Deployment Manifest Designer Not Working in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/deployment-manifest-designer-not-working/m-p/659003#M8273</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;Currently the deployment tool does require your project type to be an application (targeting Desktop, Store or Phone). We are aware this needs to be better documented and are also investigating ways in which the deployment experience can better support developers building components to include in other app projects.&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, 14 Nov 2014 08:28:42 GMT</pubDate>
    <dc:creator>MichaelBranscomb</dc:creator>
    <dc:date>2014-11-14T08:28:42Z</dc:date>
    <item>
      <title>Deployment Manifest Designer Not Working</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/deployment-manifest-designer-not-working/m-p/658998#M8268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Following the guidelines here: &lt;A href="https://developers.arcgis.com/net/desktop/guide/deployment.htm" title="https://developers.arcgis.com/net/desktop/guide/deployment.htm"&gt;Create an ArcGIS Runtime deployment—ArcGIS Runtime SDK for .NET | ArcGIS for Developers&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The manifest designer&amp;nbsp; isn't opening in visual studio 2013. I get an error box saying "The operation could not be completed. Invalid pointer." when I attempt to open the Deployment.arcgisruntimemanifest file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 17:45:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/deployment-manifest-designer-not-working/m-p/658998#M8268</guid>
      <dc:creator>LukePatterson</dc:creator>
      <dc:date>2014-11-13T17:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Manifest Designer Not Working</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/deployment-manifest-designer-not-working/m-p/658999#M8269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Upon further investigation have the following import added to my project:&lt;/P&gt;&lt;P&gt;$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\ESRI\ArcGISRuntimeSDKNET10.2.4@InstallDir)ideintegration\ArcGISRuntime.targets"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have replaced it with the correct registry key:&lt;/P&gt;&lt;P&gt;$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ESRI\ArcGISRuntimeSDKNET10.2.4@InstallDir)ideintegration\ArcGISRuntime.targets" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The manifest designer still does not come up and every attempt to build/or open the designer prompts me to update my project to support ArcGISRuntime deployment build extensions. Clicking yes updates my project to import using the wrong registry key.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 18:25:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/deployment-manifest-designer-not-working/m-p/658999#M8269</guid>
      <dc:creator>LukePatterson</dc:creator>
      <dc:date>2014-11-13T18:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Manifest Designer Not Working</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/deployment-manifest-designer-not-working/m-p/659000#M8270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That may be the correct registry path and then it gets redirected to Wow6432Node on requesting. Not sure how that works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 18:38:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/deployment-manifest-designer-not-working/m-p/659000#M8270</guid>
      <dc:creator>LukePatterson</dc:creator>
      <dc:date>2014-11-13T18:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Manifest Designer Not Working</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/deployment-manifest-designer-not-working/m-p/659001#M8271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have made progress now. My project didn't have a ProjectTypeGuids attribute in the project file. I created a new WPF project in visual studio and copied the attribute:&lt;/P&gt;&lt;P&gt;&amp;lt;ProjectTypeGuids&amp;gt;{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}&amp;lt;/ProjectTypeGuids&amp;gt;&lt;/P&gt;&lt;P&gt;over into the project I am working on. Now the manifest designer comes up but my options are very limited compared to what I see on the example page. In fact I have three check boxes:&lt;/P&gt;&lt;P&gt;- ArcGIS Runtime&lt;/P&gt;&lt;P&gt;-Specialized Symbology&lt;/P&gt;&lt;P&gt;-Local Server&lt;/P&gt;&lt;P&gt;Is there a specific project type guid that I need to add to see more options? Or some other configuration for my project that I need to update?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 19:05:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/deployment-manifest-designer-not-working/m-p/659001#M8271</guid>
      <dc:creator>LukePatterson</dc:creator>
      <dc:date>2014-11-13T19:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Manifest Designer Not Working</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/deployment-manifest-designer-not-working/m-p/659002#M8272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Manually setting project output type to WinExe got the manifest tool working for me. Note: I'm working on a COM component that's hosted in an MFC application. I don't have a project that should have an output type of exe in my solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So recap...&lt;/P&gt;&lt;P&gt; This wasn't working because my .proj file didn't have the following attributes:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&amp;lt;ProjectTypeGuids&amp;gt;{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}&amp;lt;/ProjectTypeGuids&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;and &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&amp;lt;OutputType&amp;gt;WinExe&amp;lt;/OutputType&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Ultimately, I ended up adding an empty ArcGis Runtime project to my Solution called Deployment that I use solely for building my deployment package.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 01:08:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/deployment-manifest-designer-not-working/m-p/659002#M8272</guid>
      <dc:creator>LukePatterson</dc:creator>
      <dc:date>2014-11-14T01:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Manifest Designer Not Working</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/deployment-manifest-designer-not-working/m-p/659003#M8273</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;Currently the deployment tool does require your project type to be an application (targeting Desktop, Store or Phone). We are aware this needs to be better documented and are also investigating ways in which the deployment experience can better support developers building components to include in other app projects.&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, 14 Nov 2014 08:28:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/deployment-manifest-designer-not-working/m-p/659003#M8273</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2014-11-14T08:28:42Z</dc:date>
    </item>
  </channel>
</rss>

