Outlook add-in setup problem

P

Peter

hi,

I have the following problem:
I created a COM add-in for Outlook XP with Visual Basic .NET. It works
fine on the development machine, but it won't install on a test
machine with the .NET framework installed. The OnConnection event is
not fired and the add-in does not appear in the Add/Remove programs
list (on the dev. machine it does).
I followed the examples from the msdn articles and stuff found on
www.microeye.com. Registry keys are written in HKCU and the
Microsoft.Office.Interop.Outlook.dll is included in the setup (It gets
installed in the GAC folder on the target machine and registered in
HKCU as well), as described in the article "Building Outlook 2002
Add-ins with Visual Basic .NET".

I'm using the free ICSharpCode.SharpZipLib.dll to automatically
gzip/save attachments from incoming mails. Do I need to follow a
similar procedure to register this file on the target machines as
well?

Anybody some clues? I really need to get this up and running.

PS I've been playing this whole VB/.NET/Add-in programming game for
just 4 days now, so be patient with me. I do have some experience with
Java.

Peter
 
S

Steffen Klipfel

hi peter

thats exactely my problem.
see the posting from 06.09.2003 10.45.
i think it's a assembly problem but until now i didn't get a solution.

bye
steve
 

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