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.
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.