Select to view content in your preferred language

How do you remove a custom task in Mobile?

882
2
09-10-2010 03:11 PM
AngelGonzalez
Frequent Contributor
I was able to create and load the "HelloWorld task to the ArcGIS Mobile for Windows Application":
http://help.arcgis.com/en/arcgismobile/10.0/apis/ArcGISMobile/WinApp/WinAppFramework_GetStarted_Walk....

So how would you go about removing the HelloWorld task?
0 Kudos
2 Replies
AkhilParujanwala
Regular Contributor
Good job on doing this custom task! 🙂

The solution would be to delete or move the DLL file from the Extensions folder.


Copy the assembly HelloworldTask.dll to the Windows Application bin folder or the application extensions folder:
Location 1: <Install Dir>\ArcGIS\Mobile10.0\bin
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)
notice that the mobile installer does not create the extensions folder, you need to manually create this folder.


Browse to the same place where you placed the DLL.

Hope this helps.
0 Kudos
AngelGonzalez
Frequent Contributor
Good job on doing this custom task! 🙂

The solution would be to delete or move the DLL file from the Extensions folder.



I would have thought ESRI would have put in a more elegant solution.
0 Kudos