M
Mikey
Has anybody else had trouble with a COM Addin causing Outlook 2007 to hang or
perform slowly while typing in the message body of an e-mail? The problem
ocurrs intermittently and seems to go away if we turn off our COM Addin. It
appears to be something that OL2007 introduced and our addin is
exasperating....however our code does nothing that should interefere with
typing in a new email or reply email.
Our addin was written using VB6 and Outlook 2000. When I tried to run the
project in the VB IDE on a machine that has Outlook 2007 I was indundated
with various bogus errors about binary compatability and returns types and
arguement types in various public functions had been changed. I had to create
my own Type Enums and declare EVERY outlook constant I used and turn
EVERYTHING into objects and remove the reference to Outlook to get around the
problem. Has anyone run into this as well?
perform slowly while typing in the message body of an e-mail? The problem
ocurrs intermittently and seems to go away if we turn off our COM Addin. It
appears to be something that OL2007 introduced and our addin is
exasperating....however our code does nothing that should interefere with
typing in a new email or reply email.
Our addin was written using VB6 and Outlook 2000. When I tried to run the
project in the VB IDE on a machine that has Outlook 2007 I was indundated
with various bogus errors about binary compatability and returns types and
arguement types in various public functions had been changed. I had to create
my own Type Enums and declare EVERY outlook constant I used and turn
EVERYTHING into objects and remove the reference to Outlook to get around the
problem. Has anyone run into this as well?