Have you worked through Randy Byrne's MSDN articles on building Outlook addins with .Net? See
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at
http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
http://www.slipstick.com/dev/index.htm#dotnet
"Pankaj Anand" <(E-Mail Removed)> wrote in message news:09a401c39894$9c90c160$(E-Mail Removed)...
> I am programming MS Office 2k add in with vb.net. The
> problem is that the addin works fine with all other office
> apps except with MS Outlook. The security patch for
> outlook is also installed. Can anyone please suggest what
> could be the possible reason. I am making an event aware
> application using Tweaked Interop (I made all the
> SinkHelper classes public instaed of private). I have also
> tried it by making a simple non event aware add in... but
> it still doesn't work.
>
> Thanx in advance.
>
> Pankaj