ms office - OneNote COM Addin only loads manually -
i have been working on com add-in onenote based on tutorial @ http://www.malteahrens.com/#/blog/howto-onenote-dev/ , http://support.microsoft.com/kb/2555352. builds fine, however, when load onenote, have manually go through options start add in. tells me "runtime error occurred during loading of com add-in." once add-in loaded manually works should. i've been searching around on internet while without luck.
i have tried looking @ fusion logs, can't make sense of errors:
log: download of application configuration file attempted file:///c:/windows/syswow64/dllhost.exe.config. log: configuration file c:\windows\syswow64\dllhost.exe.config not exist. log: no application configuration file found. log: using host configuration file: log: using machine configuration file c:\windows\microsoft.net\framework\v4.0.30319\config\machine.config. log: policy not being applied reference @ time (private, custom, partial, or location-based assembly bind). log: attempting download of new url file:///c:/windows/syswow64/csonenoteribbonaddin.dll. log: attempting download of new url file:///c:/windows/syswow64/csonenoteribbonaddin/csonenoteribbonaddin.dll. log: attempting download of new url file:///c:/windows/syswow64/csonenoteribbonaddin.exe. log: attempting download of new url file:///c:/windows/syswow64/csonenoteribbonaddin/csonenoteribbonaddin.exe.
i have tried try catch blocks logging no luck. using vs 2010 pro. thanks.
Comments
Post a Comment