<?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: deploy task to a mobile project in ArcGIS for Windows Mobile Questions</title>
    <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/deploy-task-to-a-mobile-project/m-p/594852#M2540</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;DAshton I do not have an answer for you, but I am having a very simular problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;like DAshton I am also trying to work with the &lt;/SPAN&gt;&lt;STRONG&gt;ArcGIS Mobile&lt;/STRONG&gt;&lt;SPAN&gt; sample code (specifically the &lt;/SPAN&gt;&lt;STRONG&gt;extensions&lt;/STRONG&gt;&lt;SPAN&gt;) in Windows 7. I have even tried to add the 3.1 version of the AppMenuExtension sample dll files. Like DAshton, I have had to CREATE the directory that ESRI has guided us to use. These directories I have included below.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Deploying custom tasks or extensions&lt;BR /&gt;Steps:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The assembly for MPC should be copied to:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For Windows 7 and Windows 8 machines: C:\ProgramData\ESRI\MobileProjectCenter\Extensions&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For Windows XP machines: C:\Documents and Settings\All Users\Application Data\ESRI\MobileProjectCenter\Extensions&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The assembly with the implementation for the field applications should be copied to:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For Windows 7 and Windows 8 machines: C:\ProgramData\ESRI\MobileProjectCenter\Extensions\Win32 if your task/extension runs in Windows devicesor notebook, or C:\ProgramData\ESRI\MobileProjectCenter\Extensions\WinCE if your task/extension runs in Windows Mobile device.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For Windows XP machines: C:\Documents and Settings\All Users\Application Data\ESRI\MobileProjectCenter\Extensions\Win32 folder if your task/extension runs in Windows devices or notebook, or C:\Documents and Settings\All Users\Application Data\ESRI\MobileProjectCenter\Extensions\WinCE folder if your task/extension runs in Windows Mobile devices&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;My question is: Are these directories the ones we should be using with mobile 3.1 for customizing extensions and tasks???? If so why would my extensions not be picked up in MPC? If not, where should we be putting our dll files so they can be accessed by the MPC???&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ultimately my goal here is to use customization to auto-increment a sampleID field.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If anyone has any insight on this, or any other tips about customizing in 3.1 It would be greatly appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Apr 2013 21:31:16 GMT</pubDate>
    <dc:creator>KiahWarren</dc:creator>
    <dc:date>2013-04-05T21:31:16Z</dc:date>
    <item>
      <title>deploy task to a mobile project</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/deploy-task-to-a-mobile-project/m-p/594851#M2539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm super green with Mobile and all I'm trying to do is walk through the "HelloWorld" sampel task for Win Tablet&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/windows-mobile-sdk/concepts/index.html#/Hello_World_Task/01sp00000050000000/" rel="nofollow"&gt;http://resources.arcgis.com/en/help/windows-mobile-sdk/concepts/index.html#/Hello_World_Task/01sp00000050000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm following the walk through - &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/windows-mobile-http://resources.arcgis.com/en/help/windows-mobile-sdk/concepts/index.html#/Walk_through_Creating_your_first_task_for_Windows_application/01sp00000040000000/" rel="nofollow"&gt;http://resources.arcgis.com/en/help/windows-mobile-http://resources.arcgis.com/en/help/windows-mobile-sdk/concepts/index.html#/Walk_through_Creating_your_first_task_for_Windows_application/01sp00000040000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using the walk through I'm able to get to the point where I need to drop my .dll into the windows application bin folder or the applicaiton extension folder. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The directions state&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color:&amp;quot;#FF0000&amp;quot;;"&gt;Copy the assembly HelloWorldTask.dll to the Windows Application bin folder or the application extensions folder.â?¢Location 1: &amp;lt;Install Dir&amp;gt;\ArcGIS\Mobile10.0\bin&lt;BR /&gt;â?¢Location 2: C:\Documents and Settings\All Users\Application Data\ESRI\ArcGIS Mobile\Extensions\ (for Windows XP); C:\ProgramData\ESRI\ArcGIS Mobile\Extensions\ (for Windows Vista or 7)&lt;BR /&gt;&lt;BR /&gt;Note:&lt;BR /&gt;&lt;BR /&gt;The mobile installer does not create the extensions folder; you need to manually create this folder if you want to deploy your extension assembly at this location.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;O.K I'm using a windows 7. For step one I can't find the directory it wants me to find so I'm using:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C:/Users/myname/AppData/Local/ESRI/ and then I see a MobileProjectCenter folder. I'm placing the .dll here and creating a Extensions for inside with the .dll inside that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For step 2 for windows 7 - C:\ProgramData\ESRI\ArcGIS Mobile\Extensions - once again I don't have this directory. - I have C:/Program Files (86x)/ArcGIS/Mobile3.1/bin - I'm placing the .dll here and creating a Extensions for inside with the .dll inside that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The documentation keeps mentioning Mobile10.0 folders but my applicaiton, folders, and version is 3.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I launch the Mobile Project Center I don't have my "helloworld" task and need help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 18:44:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/deploy-task-to-a-mobile-project/m-p/594851#M2539</guid>
      <dc:creator>DavidAshton</dc:creator>
      <dc:date>2012-10-25T18:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: deploy task to a mobile project</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/deploy-task-to-a-mobile-project/m-p/594852#M2540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;DAshton I do not have an answer for you, but I am having a very simular problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;like DAshton I am also trying to work with the &lt;/SPAN&gt;&lt;STRONG&gt;ArcGIS Mobile&lt;/STRONG&gt;&lt;SPAN&gt; sample code (specifically the &lt;/SPAN&gt;&lt;STRONG&gt;extensions&lt;/STRONG&gt;&lt;SPAN&gt;) in Windows 7. I have even tried to add the 3.1 version of the AppMenuExtension sample dll files. Like DAshton, I have had to CREATE the directory that ESRI has guided us to use. These directories I have included below.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Deploying custom tasks or extensions&lt;BR /&gt;Steps:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The assembly for MPC should be copied to:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For Windows 7 and Windows 8 machines: C:\ProgramData\ESRI\MobileProjectCenter\Extensions&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For Windows XP machines: C:\Documents and Settings\All Users\Application Data\ESRI\MobileProjectCenter\Extensions&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The assembly with the implementation for the field applications should be copied to:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For Windows 7 and Windows 8 machines: C:\ProgramData\ESRI\MobileProjectCenter\Extensions\Win32 if your task/extension runs in Windows devicesor notebook, or C:\ProgramData\ESRI\MobileProjectCenter\Extensions\WinCE if your task/extension runs in Windows Mobile device.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For Windows XP machines: C:\Documents and Settings\All Users\Application Data\ESRI\MobileProjectCenter\Extensions\Win32 folder if your task/extension runs in Windows devices or notebook, or C:\Documents and Settings\All Users\Application Data\ESRI\MobileProjectCenter\Extensions\WinCE folder if your task/extension runs in Windows Mobile devices&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;My question is: Are these directories the ones we should be using with mobile 3.1 for customizing extensions and tasks???? If so why would my extensions not be picked up in MPC? If not, where should we be putting our dll files so they can be accessed by the MPC???&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ultimately my goal here is to use customization to auto-increment a sampleID field.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If anyone has any insight on this, or any other tips about customizing in 3.1 It would be greatly appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2013 21:31:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/deploy-task-to-a-mobile-project/m-p/594852#M2540</guid>
      <dc:creator>KiahWarren</dc:creator>
      <dc:date>2013-04-05T21:31:16Z</dc:date>
    </item>
  </channel>
</rss>

