2 min

"Failure has occurred while loading a type."

Motivation During programming suddenly this error (“Failure has occurred while loading a type”) was thrown by accessing a artifact of a referenced library. I...

ArcObjectsC#Interop
1 min

Casing of COM-Interop registered components

During a refactoring i realized that renaming of components, which will be registered for COM-Interop, must be done carefully. In my case i changed the casin...

ArcGISArcObjectsInterop
1 min

Catching COM-Exceptions from ArcObjects

to catch the COM-Exception in own applications thrown from the underlaying ArcObjects-Library could be done with: catch (COMException ComEx) { Console.WriteL...

ArcObjectsInterop