with outlook 2007 vsto addin using wpf have issue described here. applied proposed solution , adapted little bit because have multiple menus , context menus. fixes issue causes outlook.exe process remain running when outlook closed. outlook window closes process stays around preventing outlook starting again. ideas?
the outlook window closes process stays around preventing outlook starting again. ideas?
make sure underlying com objects released in code. use system.runtime.interopservices.marshal.releasecomobject release outlook object when have finished using it. set variable nothing in visual basic (null in c#) release reference object. read more in systematically releasing objects article in msdn.
Comments
Post a Comment