Com addIns cause Outlook to crash!

  • Thread starter Falconetti Daniel
  • 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
 
K

Ken Slovak - [MVP - Outlook]

Make sure you release all your Outlook objects, following the model in
the ItemsCB COM addin sample on the Resources page at www.microeye.com
 
F

Falconetti Daniel

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

Ken Slovak - [MVP - Outlook]

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.
 

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