Add ins terminate in debug mode, but are fine when compiled

S

Sarah

Hi,



We have some recent problems when debugging add-in projects in VB6.



1) When attempting to load a VB6 add-in project running on debug mode from
within another VB6 instance, the following message appears:

-------------------------------------------------

Microsoft Visual Basic

-------------------------------------------------

'MyAddInProject' could not be loaded.



Remove it from the list of available add-ins?

-------------------------------------------------



2) When attempting to load a Word add-in project running in debug mode from
MSWord2003, only the AddinInstance_Initialize and AddinInstance_Terminate
events get fired. The other IDTExtensibility events are not executed at all.





Both add-in projects contain only basic code (i.e. MsgBox and Debug.Print).
However, these problems do not occur when the add-ins are loaded from a
compiled DLL.



These problems occur on some of our development machines but not on others
even though all machines are configured similarly. All machines are running
WindowsXP with all the latest service packs.



Any ideas will be greatly appreciated.



Thanks,

Sarah
 

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