F
Fuubah
Hi,
my problem is that my addin works fine on my local pc, but on others or my
VM it doesn't work.
I installed my addin though clickOnce.
(i checked that windows installer 3.1 , .net Framework 3.5Sp1, MS Office
2007 Primary Interop Assemblies and Visualstudio-Tools for Office systems 3.0
have to be installed)
i figured out the lines of code, which throw the exception.
Microsoft.Office.Interop.Outlook.Application _outApp = new
Microsoft.Office.Interop.Outlook.Application(); // works
Outlook.AppointmentItem appointment =
(Outlook.AppointmentItem)_outApp.ActiveInspector().CurrentItem; // works only
local
please has anyone an idea why this works local and not on other machines?
Thanks
my problem is that my addin works fine on my local pc, but on others or my
VM it doesn't work.
I installed my addin though clickOnce.
(i checked that windows installer 3.1 , .net Framework 3.5Sp1, MS Office
2007 Primary Interop Assemblies and Visualstudio-Tools for Office systems 3.0
have to be installed)
i figured out the lines of code, which throw the exception.
Microsoft.Office.Interop.Outlook.Application _outApp = new
Microsoft.Office.Interop.Outlook.Application(); // works
Outlook.AppointmentItem appointment =
(Outlook.AppointmentItem)_outApp.ActiveInspector().CurrentItem; // works only
local
please has anyone an idea why this works local and not on other machines?
Thanks