Problem with an Addin using IExchExtCommands and Outlook 2007 B2 T

G

Guest

Hello,

I have an addin wich use ECE interface IExtExchCommands in VC++.
This addin crashes immediatly in IExchExtCommands constructor in Outlook 2007.

Do you have any information about a compatibility problem with Outlook 2007 ?

Thanks
 
T

T-rev

I also have a messageStore in mapi and ECE interface which I have just
ported to outlook2007 beta2, it seems to be working fine through ECE
although it no longer allows the useage of the v1.1.4322 .NET framework if
you are using it anywhere in your code, it must be .Net 2.0 compliant.

Have you any ideas of where it is crashing, have you captured a crash or
hang dump and looked at what caused the crash? Make sure you are catching
all exceptions as an uncaught exception will take out outlook in most cases.
 
G

Guest

Thank you for your answer,

I have recompiled my dll in debug mode with VC++ 6,
and this debug version is working fine.

The release version crashes immediatly.

I will investigate on a memory management problem.

Thanks again
 

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