C#. Property page: deployment problem

A

Alexey Preskenis

Hello,

I developing Outlook addin in C# with custom property page

Now i have very strange bug with property page.

I create a project by VS template "shared add-in". Then i add to project a
usercontrol and add Microsoft.Office.Interop.Outlook.PropertyPage interface
implementation to this control. But addin wont work on client computer, only
on my computer, where i develop this addin. On client computer it does not
connect to outlook.

If i delete a Microsoft.Office.Interop.Outlook.PropertyPage interface from
class description addin works on client computer but not correctly - Apply()
fuction and Dirty property doesnt work. But it connects to Outlook! If i
return Microsoft.Office.Interop.Outlook.PropertyPage interface to class it
dont connect to outlook again.

Please, explain what can i do to fix this bug.

I use: Net Framework 1.1, VS2003, Primary Interop Assembly for Office XP.
Outlook: XP and 2003

Thanks,
Alex.
 

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