MapPoint 2004 AddIn in VB.NET

E

Eric

I have written a AddIn (implementing IDTExtensibility2) which opens a form
via a MapPoint command.

Dim frm As frmData = New frmData(_ds.Copy)
frm.ShowDialog()

When I press the close button the first time, the form get closed.

When I open the form again and close it, MapPoint crash without message.

Any idea why?
 
Top