<?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: Is it possible to debug an ArcGIS Mobile Task in Visual Studio in ArcGIS for Windows Mobile Questions</title>
    <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/is-it-possible-to-debug-an-arcgis-mobile-task-in/m-p/11295#M113</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using VS 2008 SP1, and it should work with any class library.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe you don't have the deploy option, in a non-mobile project. Then you need to figure out the correct path for the build output. I'm not sure where a project extension should be placed. Probably &lt;/SPAN&gt;&lt;STRONG&gt;[ArcGIS Installation]\Mobile10.0\bin&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Feb 2011 11:41:15 GMT</pubDate>
    <dc:creator>NilsRydh</dc:creator>
    <dc:date>2011-02-09T11:41:15Z</dc:date>
    <item>
      <title>Is it possible to debug an ArcGIS Mobile Task in Visual Studio</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/is-it-possible-to-debug-an-arcgis-mobile-task-in/m-p/11289#M107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have created an ArcGIS Mobile application for Windows Mobile 6 using only the Esri.ArcGIS.Mobile assembly. Debugging works fine in Visual Studio.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I try to develop my own Task using the Esri.ArcGIS.Mobile.Client assembly, the project output is a dll and should be added to a project in the project center or in the .ame file. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, my question is: Is it possible to use debugging in Visual Studio when developing a task for Windows Mobile 6?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Feb 2011 11:04:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/is-it-possible-to-debug-an-arcgis-mobile-task-in/m-p/11289#M107</guid>
      <dc:creator>NilsRydh</dc:creator>
      <dc:date>2011-02-01T11:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to debug an ArcGIS Mobile Task in Visual Studio</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/is-it-possible-to-debug-an-arcgis-mobile-task-in/m-p/11290#M108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, Are you using the out of the box solution for Windows Mobile? If you are, and you are making your own DLLs, then the quick answer is No, you can't debug them. Instead I put a Message box everywhere to determine the variables' value. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I see that something doesn't make sense, then I fix it, or I use Try and Catch and when the error occurs usually the first 3 lines of the error are enough to help figure out the problem. If not more testing with the Messageboxes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you created your own Windows Mobile application and you are creating your own tasks, well you should just include the code in the form or class, meaning you can debug it. I am not sure why you would make it it's own dll, since you can't debug a dll.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Well from my understanding I have yet to figure out a way to debug a DLLs (task) that I use with my out of the box solution for Windows Tablets.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Feb 2011 12:11:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/is-it-possible-to-debug-an-arcgis-mobile-task-in/m-p/11290#M108</guid>
      <dc:creator>AkhilParujanwala</dc:creator>
      <dc:date>2011-02-01T12:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to debug an ArcGIS Mobile Task in Visual Studio</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/is-it-possible-to-debug-an-arcgis-mobile-task-in/m-p/11291#M109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Akhil&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using the out-of-the-box solution for ArcGIS Mobile, and I'm trying to extend it with a new Task to create a customized data collection workflow. My users think that the standard "Collect Features" task has too many steps. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A colleague showed me how to debug the task. This is what I did:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. I followed the Esri sample of howto develop a &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgismobile/10.0/apis/arcgismobile/help/index.html#/Custom_Collect_Features_Task/015100000062000000/"&gt;Custom collect features task&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;2. I then set the device output folder for the class library containing the task to &lt;/SPAN&gt;&lt;STRONG&gt;%CSIDL_PROGRAM_FILES%\ArcGIS Mobile\10&lt;/STRONG&gt;&lt;SPAN&gt; in Visual Studio&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. In Debug settings for the same class library, I set "Start action" to "start external program" and set the path to &lt;/SPAN&gt;&lt;STRONG&gt;%CSIDL_PROGRAM_FILES%\ArcGIS Mobile\10\ArcGISMobile.exe&lt;/STRONG&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;IMG src="http://forums.arcgis.com/attachment.php?attachmentid=4620&amp;amp;stc=1&amp;amp;d=1297089067" /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4. In the Build menu I set the Configuration manager to deploy the project every time it has been built.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. Press F5 and now I can debug it in an emulator or mobile device, just like any other program.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess it's more or less the standard way of debugging any Windows program, but I couldn't find any description of how to do it for ArcGIS Mobile.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Feb 2011 12:19:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/is-it-possible-to-debug-an-arcgis-mobile-task-in/m-p/11291#M109</guid>
      <dc:creator>NilsRydh</dc:creator>
      <dc:date>2011-02-07T12:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to debug an ArcGIS Mobile Task in Visual Studio</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/is-it-possible-to-debug-an-arcgis-mobile-task-in/m-p/11292#M110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Very interesting, I am using the Windows Tablet version of the out-of-the-box solution, I am not able to replicate this., I am having trouble with the following steps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) This is to output the DLL file in the correct spot, so this make sense.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) I did this and now ArcGIS Mobile 10 (Windows Tablet) will run.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4) I don't how to set the Configuration manager, well this is a Windows Mobile thing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5) Well it launches ArcGIS Mobile 10, but I can't debug it like any other program. I even put break points for my version of a simple data collection extension and the application just ignored my breakpoints and continued as if I wasn't debugging.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you mind trying to figure out this can work with the Window PC/Tablet verision, because right nwo I use a lot of message boxes, which is fine, but debugging would be so much faster.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Akhil P.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Feb 2011 14:50:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/is-it-possible-to-debug-an-arcgis-mobile-task-in/m-p/11292#M110</guid>
      <dc:creator>AkhilParujanwala</dc:creator>
      <dc:date>2011-02-07T14:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to debug an ArcGIS Mobile Task in Visual Studio</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/is-it-possible-to-debug-an-arcgis-mobile-task-in/m-p/11293#M111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It should work for the tablet version as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4) The Configuration manager is available for all Visual Studio projects. It is in the build menu, select the deploy checkbox.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;IMG src="http://forums.arcgis.com/attachment.php?attachmentid=4654&amp;amp;stc=1&amp;amp;d=1297181868" /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;IMG src="http://forums.arcgis.com/attachment.php?attachmentid=4655&amp;amp;stc=1&amp;amp;d=1297181994" /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;5) The last build of the dll has to be available for the debugging to work. If you set the project to deploy at every build it should work. You can also deploy the project manually by right-clicking the project and selecting deploy:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;IMG src="http://forums.arcgis.com/attachment.php?attachmentid=4656&amp;amp;stc=1&amp;amp;d=1297182248" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Feb 2011 14:27:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/is-it-possible-to-debug-an-arcgis-mobile-task-in/m-p/11293#M111</guid>
      <dc:creator>NilsRydh</dc:creator>
      <dc:date>2011-02-08T14:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to debug an ArcGIS Mobile Task in Visual Studio</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/is-it-possible-to-debug-an-arcgis-mobile-task-in/m-p/11294#M112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for trying to help, I just noticed you are using VS 2010, I am using 2008, and I still don't see a Configuration Manager, nor do I see the option to manually Deploy when I right click, I see build and clean.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also I am making extensions, not tasks, maybe that makes a difference?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Feb 2011 14:44:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/is-it-possible-to-debug-an-arcgis-mobile-task-in/m-p/11294#M112</guid>
      <dc:creator>AkhilParujanwala</dc:creator>
      <dc:date>2011-02-08T14:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to debug an ArcGIS Mobile Task in Visual Studio</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/is-it-possible-to-debug-an-arcgis-mobile-task-in/m-p/11295#M113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using VS 2008 SP1, and it should work with any class library.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe you don't have the deploy option, in a non-mobile project. Then you need to figure out the correct path for the build output. I'm not sure where a project extension should be placed. Probably &lt;/SPAN&gt;&lt;STRONG&gt;[ArcGIS Installation]\Mobile10.0\bin&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 11:41:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/is-it-possible-to-debug-an-arcgis-mobile-task-in/m-p/11295#M113</guid>
      <dc:creator>NilsRydh</dc:creator>
      <dc:date>2011-02-09T11:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to debug an ArcGIS Mobile Task in Visual Studio</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/is-it-possible-to-debug-an-arcgis-mobile-task-in/m-p/11296#M114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hmm, your right about the location of where the DLL goes, the bin folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You mind quickly making a simple extension and testing if you debug like you can normally do with a regular program made in VS please.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Akhil P.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 12:27:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/is-it-possible-to-debug-an-arcgis-mobile-task-in/m-p/11296#M114</guid>
      <dc:creator>AkhilParujanwala</dc:creator>
      <dc:date>2011-02-09T12:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to debug an ArcGIS Mobile Task in Visual Studio</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/is-it-possible-to-debug-an-arcgis-mobile-task-in/m-p/11297#M115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bump, I am still curious on how to debug in VS 2008. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using ArcGIS Mobile 10, out of the box solution for Windows Tablet. I am working on Extensions. Can please get detailed instructions on how to debug in VS 2008.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(I know this may be a simple solution but I just can't figure it out)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Akhil P.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Feb 2011 16:46:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/is-it-possible-to-debug-an-arcgis-mobile-task-in/m-p/11297#M115</guid>
      <dc:creator>AkhilParujanwala</dc:creator>
      <dc:date>2011-02-17T16:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to debug an ArcGIS Mobile Task in Visual Studio</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/is-it-possible-to-debug-an-arcgis-mobile-task-in/m-p/11298#M116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've tried debugging a custom task in Windows 7, no problems. You need to do three things:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Create a project with the task added correctly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. In project properties, set the Build output to &lt;/SPAN&gt;&lt;STRONG&gt;[ArcGIS Install path]\Mobile10.0\bin\&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;3. In debug properties, select "Start external program" as start action and set the path to &lt;/SPAN&gt;&lt;STRONG&gt;[ArcGIS Install path]\Mobile10.0\bin\ArcGISMobile.exe&lt;/STRONG&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Feb 2011 07:39:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/is-it-possible-to-debug-an-arcgis-mobile-task-in/m-p/11298#M116</guid>
      <dc:creator>NilsRydh</dc:creator>
      <dc:date>2011-02-18T07:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to debug an ArcGIS Mobile Task in Visual Studio</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/is-it-possible-to-debug-an-arcgis-mobile-task-in/m-p/11299#M117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you so much for the detailed instructions. This works for even Extensions, which is the majority of the work I do. It's been about 7 months of programming without being able to Debug! &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NOW I CAN!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I really owe you one for this!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Akhil P.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 12:34:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/is-it-possible-to-debug-an-arcgis-mobile-task-in/m-p/11299#M117</guid>
      <dc:creator>AkhilParujanwala</dc:creator>
      <dc:date>2011-03-02T12:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to debug an ArcGIS Mobile Task in Visual Studio</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/is-it-possible-to-debug-an-arcgis-mobile-task-in/m-p/11300#M118</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 built a ArcGIS Mobile Project with 10.2.1.I have used mobile Project Centre to prepare the map and add the custom tasks and extensions. Now I connect with the emulator and run the project. can we debug the project(tasks and extensions) in emulator (windows mobile 6 Professional)??&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 09:51:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/is-it-possible-to-debug-an-arcgis-mobile-task-in/m-p/11300#M118</guid>
      <dc:creator>HarshitaGupta1</dc:creator>
      <dc:date>2017-01-17T09:51:31Z</dc:date>
    </item>
  </channel>
</rss>

