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
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