Outlook2003 C# Framework 2.0 Add-In Problems

  • Thread starter Manuel Rodriguez
  • Start date
M

Manuel Rodriguez

Hello,
i've developed a Add-In for Outlook 2003 using the VSTO2005. My developer
workstation is Windows 2003 Server. The Add-In works fine on this machine but
it doesn't works on a XP Client.

Are there any differences ???

Greetings from Germany
Manuel
 
F

Fredrik Wahlgren

Manuel Rodriguez said:
Hello,
i've developed a Add-In for Outlook 2003 using the VSTO2005. My developer
workstation is Windows 2003 Server. The Add-In works fine on this machine but
it doesn't works on a XP Client.

Are there any differences ???

Greetings from Germany
Manuel

Hi Manuel

Why doesn't the add-in work? Doesn't it load? Is there a particular
functionality that doesn't work? Have you tried it on more than one XP
Client? Please provide more detailed information.

Regards,
Fredrik
 
S

Sergey \(www.add-in-express.com\)

Hi Manuel.

Does your addin appear in the COM-Addin dialog of Outlook XP?
What PIAs did you use when developing the addin?
 
M

Manuel Rodriguez

Hi Frederik,
the Add-In adds a toolbarbutton in the Inspector window where you create a
mail.
If you click on this button a c# class generates a fingerprint to this
message.

Versions of the Framework are equal. Version2 Beta1. Office Version 2003.
I added a MsgBox for development purpose at the OnStartupComplete Event. On
the 2003 box I see it but on the XP Client it doesn't appear.

It seems that the Add-In doesn't load.

Any ideas?

Greetings from Germany
Manuel Rodriguez
 
F

Fredrik Wahlgren

Manuel Rodriguez said:
Hi Frederik,
the Add-In adds a toolbarbutton in the Inspector window where you create a
mail.
If you click on this button a c# class generates a fingerprint to this
message.

Versions of the Framework are equal. Version2 Beta1. Office Version 2003.
I added a MsgBox for development purpose at the OnStartupComplete Event. On
the 2003 box I see it but on the XP Client it doesn't appear.

It seems that the Add-In doesn't load.

Any ideas?

Greetings from Germany
Manuel Rodriguez

Possibly. It seems you have only tried this add-in on one XP client. What
about user rights? Maybe the logged-in user doesn't have sufficient rights
for the add-in to load.
 

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