J
Jon Rizzo
Hi,
I have developed a COM add-in for Outlook XP that I am trying to load in
Outlook 2000. In 2000, the module starts to load, but then throws the error
"Run-time error '459': Object or class does not support the set of events".
I suspect that this is due to the fact that one of the classes in my project
(VB6) catches events from an Explorer object with events. When I comment
out the "WithEvents", the program loads (but obviously doesn't function
properly.), but if I leave the WithEvents in & comment out all of the event
traps, the load still fails. I suspect this has something to do with the
fact that on my development machine, I have Outlook XP, and set a reference
to the Outlook 10 library. If I do not take advantage of any XP-specific
methods, properties or events, then shouldn't I be able to do this? If so,
how? I would like to reference the Outlook 9 object library, but that does
not appear to be available on my development machine, even though the Office
9 library IS.
Can someone explain to me how this is done?
Thanks.
Jon Rizzo
Langan Engineering and Environmental Services, Inc.
I have developed a COM add-in for Outlook XP that I am trying to load in
Outlook 2000. In 2000, the module starts to load, but then throws the error
"Run-time error '459': Object or class does not support the set of events".
I suspect that this is due to the fact that one of the classes in my project
(VB6) catches events from an Explorer object with events. When I comment
out the "WithEvents", the program loads (but obviously doesn't function
properly.), but if I leave the WithEvents in & comment out all of the event
traps, the load still fails. I suspect this has something to do with the
fact that on my development machine, I have Outlook XP, and set a reference
to the Outlook 10 library. If I do not take advantage of any XP-specific
methods, properties or events, then shouldn't I be able to do this? If so,
how? I would like to reference the Outlook 9 object library, but that does
not appear to be available on my development machine, even though the Office
9 library IS.
Can someone explain to me how this is done?
Thanks.
Jon Rizzo
Langan Engineering and Environmental Services, Inc.