laptop and a wrench

Bug

Base priority is always 'above normal' for a globe application.

Last Published: August 25, 2014 ArcGIS Engine
Bug ID Number NIM046790
SubmittedJuly 9, 2009
Last ModifiedJune 5, 2024
Applies toArcGIS Engine
Version found9.3.1
Operating SystemWindows OS
Operating System VersionXP
StatusNon-Reproducible

Additional Information

No Public Explanation

Workaround

For the Engine GlobeControl application, the process priority can be changed with the following code.using System.Diagnostics; Process test = Process.GetCurrentProcess(); test.PriorityClass = ProcessPriorityClass.Normal;This code is at the end of the main form load method.

Steps to Reproduce

Bug ID: NIM046790

Software:

  • ArcGIS Engine

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options