Com addIns cause Outlook to crash!

  • Thread starter Thread starter Falconetti Daniel
  • Start date Start date
F

Falconetti Daniel

Hello,

I've developped an add-in which works fine when I'm in debug mode (run it
from VB in debug mode). Even when I exit Outlook!

when I make a dll (generated on a full US plateform) and test it, everything
is ok until I quit Outlook which then wats to report a dump to Microsoft!

I don't know how to see whats going wrong because it seems to happen
somewhere after the on-disconnection event!

Thanks for your help

Daniel Falconetti
 
Thank for your answer.
I checked all!

I resolved it that way :
Took a Comm Addin that worked
Get rid of all module + forms
deleted everything in Connect
imported the modules and forms from my non working Com
Copy and paste teh content of connect
made the dll
And all worked fine!

So.........
 
Sounds like something got corrupted in the project file then. I've
seen similar things a couple of times with VB projects where I had to
go in and edit the project or form files using Notepad to clean them
up.
 
Back
Top