<?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 for Windows Mobile custom extension - target DotNet framework ? in ArcGIS for Windows Mobile Questions</title>
    <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/arcgis-for-windows-mobile-custom-extension-target/m-p/646182#M2687</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Vish,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS&amp;nbsp; Mobile SDK requires the .NET compact framework 3.5 or higher; you should use Visual Studio 2008 to develop custom applications to run with Windows Mobile SDK as there are no Mobile SDK tools available for Visual Studio 2010. For more information review the ArcGIS Runtime for Windows Mobile Help documentation found here, &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/windows-mobile-sdk/concepts/#/Frequently_asked_questions/01sp00000006000000/"&gt;http://resources.arcgis.com/en/help/windows-mobile-sdk/concepts/#/Frequently_asked_questions/01sp00000006000000/&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Denise&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Jun 2013 12:16:12 GMT</pubDate>
    <dc:creator>DeniseKing</dc:creator>
    <dc:date>2013-06-11T12:16:12Z</dc:date>
    <item>
      <title>ArcGIS for Windows Mobile custom extension - target DotNet framework ?</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/arcgis-for-windows-mobile-custom-extension-target/m-p/646181#M2686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a requirement that needs custom extension for ArcGIS for Windows Mobile on Windows 8. To use some of the third party and Windows SDK tools, I need to target my custom extension on DotNet framework 4.5. However, it seems that ArcGIS Mobile Project Centre does not identify customisations with target framework other than 3.5. Is it expected or am I doing something wrong?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Vish&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 06:51:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/arcgis-for-windows-mobile-custom-extension-target/m-p/646181#M2686</guid>
      <dc:creator>VishApte</dc:creator>
      <dc:date>2013-06-10T06:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS for Windows Mobile custom extension - target DotNet framework ?</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/arcgis-for-windows-mobile-custom-extension-target/m-p/646182#M2687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Vish,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS&amp;nbsp; Mobile SDK requires the .NET compact framework 3.5 or higher; you should use Visual Studio 2008 to develop custom applications to run with Windows Mobile SDK as there are no Mobile SDK tools available for Visual Studio 2010. For more information review the ArcGIS Runtime for Windows Mobile Help documentation found here, &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/windows-mobile-sdk/concepts/#/Frequently_asked_questions/01sp00000006000000/"&gt;http://resources.arcgis.com/en/help/windows-mobile-sdk/concepts/#/Frequently_asked_questions/01sp00000006000000/&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Denise&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 12:16:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/arcgis-for-windows-mobile-custom-extension-target/m-p/646182#M2687</guid>
      <dc:creator>DeniseKing</dc:creator>
      <dc:date>2013-06-11T12:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS for Windows Mobile custom extension - target DotNet framework ?</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/arcgis-for-windows-mobile-custom-extension-target/m-p/646183#M2688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Denise,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I started my extension project with Visual Studio 2008 to use plugin that creates required projects (Project Centre, Win and Win Mobile). I compiled and copied DLLs to necessary folders. I could see and use the extension in MPC. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I then opened the same project in VS2012, changed the target framework to 4.5 and recompiled, no other changes. This time MPC could not see the extension. When I targeted the framework back to 3.5 still in VS2012, surely the extension started appearing in MPC extension list. So my guess is somewhere MPC checks the dotnet framework version of the dll found in the C:\ProgramData\ESRI\MobileProjectCenter\Extensions folder, though I am not sure why. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Vish&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 20:57:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/arcgis-for-windows-mobile-custom-extension-target/m-p/646183#M2688</guid>
      <dc:creator>VishApte</dc:creator>
      <dc:date>2013-06-11T20:57:14Z</dc:date>
    </item>
  </channel>
</rss>

