BUG
ArcGIS Engine returns a C++ Library Runtime error when displaying data that implements IRotationRenderer on machines with an Intel HD 4000 or Intel Graphics Media Accelerator graphics card.
Intel Management Engine Components are a part of Intel's vPro technology. vPro is a technology platform that includes various features, such as Intel Active Management Technology (Intel AMT) and Intel Virtualization Technology (Intel VT). Intel AMT features are built into certain Intel chipset devices. Intel AMT is aimed primarily at corporate clients and enables advanced client platform management. This technology allows IT departments to manage computers from a remote console.
The Intel Management Components utility installs 'iCLS Client', which injects itself into the execution of other applications (a standard practice for security-oriented functionality). However, because iCLS Client tries to access its own copy of the system file 'msvcr90.dll', which is not statically linked, it causes a runtime error. The local copy of the runtime does not match the version of the C runtime specified in the system location in the WinSxS folder, and this triggers the runtime error message.
Code:
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.VC90.CRT" version="9.0.21022.8" processorArchitecture="x86"
publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.VC90.MFC" version="9.0.21022.8" processorArchitecture="x86"
publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity>
</dependentAssembly>
</dependency>
Article ID: 000011981
Get help from ArcGIS experts
Download the Esri Support App