Previously I had used the ActiveX version in a project used at a power company. In the past few years their security has become much tighter and the requirement for Admin privileges to do the installation has become a problem.
Is there a version of the project that will work in .Net without having to reference an OCX? I understand that the entire project won't be managed code (the bulk was written in C++), but I'd think that it wouldn't be too hard to add an additional interface to allow all the wonderful GIS code to be accessed through .Net DLLs.
Alternatively, has anyone come up with a way to make "registration free" use of the MapWinGIS ocx?
I know I could use DotSpatial, and in fact have on other projects, but I want to avoid having to reprogram the conversion (and the DS project just doesn't seem to be very stable).
Thanks,
Chris
Is there a version of the project that will work in .Net without having to reference an OCX? I understand that the entire project won't be managed code (the bulk was written in C++), but I'd think that it wouldn't be too hard to add an additional interface to allow all the wonderful GIS code to be accessed through .Net DLLs.
Alternatively, has anyone come up with a way to make "registration free" use of the MapWinGIS ocx?
I know I could use DotSpatial, and in fact have on other projects, but I want to avoid having to reprogram the conversion (and the DS project just doesn't seem to be very stable).
Thanks,
Chris