I am trying to use a mappoint 2002 control on a mdi child form in vb.net and always get
"An unhandled exception of type 'System.ArgumentException' occurred in axinterop.mappoint.dll
Additional information: MapPoint failed to load. The cause of this failure is unknown."
The error occurs at the .openmap method which is called on the form load.
This is the code used to launch the form
Dim fMap As New frmMap()
fMap.MdiParent = Me
fMap.Show()
If I comment out the 'fMap.MdiParent = Me' it loads fine and displays the map.
I have seen some other people in user group postings with the same problem in vb.net and C#.net , but , no one with a fix???