Hi Alex, Thank you for the reply.
If try to instantiate the MapWinGIS.Utils class, I get the following error message: Cannot create instances of Utils because it is abstract I get the same error message for any MapWinGIS class. If I add "Class" to its name, then everything works fine (like: MapWinGIS.UtilsClass) Here is how the MapWinGIS.Utils class looks like when I decompile the "Interop.MapWinGIS.dll": https://www.dropbox.com/s/vvk14cr2alglutd/utilsClass_preview.jpg?dl=0 It's virtually empty while "UtilsClass" has all the methods that "Utils" should have when one takes a look at theirĀ online API documentation. Up until now, I've called more than 10 classes from "Interop.MapWinGIS.dll" and their methods. And I always added the "Class" to the class name. It worked without problem. So I do not think this is the problem. Something else seems to be causing it.
_______________________________________________ Ironpython-users mailing list Ironpython-users@python.org https://mail.python.org/mailman/listinfo/ironpython-users