On Windows 7 32 / 64 bit with UAC enabled and Outlook 2010 running I receive a ComFailException when attempting to create new ActiveXComponent via:
ActiveXComponent axOutlook = new ActiveXComponent("Outlook.Application");
Has anyone found a source workaround with this issue or has this issue been corrected with later versions of JACOB? Currently, we are telling our customers to close Outlook before emailing their reports.