MapPoint 2004 AddIn in VB.NET (Retry)

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?

Thanks
Eric
 
E

Eugene E. Starostin

Hi Eric,

What version of MapPoint do you use?

Regards from Belarus
Eugene Starostin
 
E

Eric

Your Add-in Express .NET doesn't look bad.
What you can do better than doing all manual like the Microsoft samples?
(I have no 'shim' project, only the AddIn)

Do you provide more stability (no crashes)?

Thanks
Eric
 
P

Peter Huang [MSFT]

Hi Eric,

I reviewed the thread and find that there is a similar issue in the
newsgroup below.Now I have replied to you, you may go and take a look.
Subject: MapPoint 2004 AddIn in VB.NET
Newsgroups: microsoft.public.office.developer.com.add_ins

Best regards,

Perter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top