I don't know. I've never had a problem with using AxHost in my code and
deploying to computers where VS was never installed. I do use a different
GUID than you're using, I have no idea if that makes any difference.
I agree with Dmitry, at this point it's a .NET/Interop problem and nothing
to do with Outlook. You might have more luck in a general .NET group for C#
where there may be people more knowledgeable about AxHost and its ins and
outs.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
"Yael" wrote in message
...
Yes,
I think this is my problem:
"This code won't even compile, as it will see the MyHost declaration,
thinking it is a constructor, and then realizing it is in a MatarotHost
class declaration, will yield an error.
The GetIPictureDispFromPicture is a protected method, so it is only
exposed internally to classes that derive from AxHost."
How could I Show icon on a commandBarButton?
without this method?
Using vs.net 2003 & outlook 2003
What is derived classs?