OneNote COM Addin 仅手动加载
我一直在根据 http 上的教程为 OneNote 开发 COM 加载项://www.malteahrens.com/#/blog/howto-onenote-dev/ 和 http://support.microsoft.com/kb/2555352。它构建得很好,但是,当我加载 OneNote 时,我必须手动选择启动加载项的选项。它告诉我“加载 COM 加载项期间发生运行时错误”。手动加载加载项后,它就会正常工作。我在互联网上搜索了一段时间,但运气不佳。
我尝试查看 Fusion 日志,但无法理解这些错误:
日志:尝试从 file:///C:/Windows/SysWOW64/DllHost.exe.config 下载应用程序配置文件。 日志:配置文件 C:\Windows\SysWOW64\DllHost.exe.config 不存在。 日志:找不到应用程序配置文件。 日志:使用主机配置文件: 日志:使用 C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config 中的计算机配置文件。 日志:此时策略未应用于引用(私有、自定义、部分或基于位置的程序集绑定)。 日志:尝试下载新的 URL 文件:///C:/Windows/SysWOW64/CSOneNoteRibbonAddIn.DLL。 日志:尝试下载新的 URL 文件:///C:/Windows/SysWOW64/CSOneNoteRibbonAddIn/CSOneNoteRibbonAddIn.DLL。 日志:尝试下载新的 URL 文件:///C:/Windows/SysWOW64/CSOneNoteRibbonAddIn.EXE。 日志:尝试下载新的 URL 文件:///C:/Windows/SysWOW64/CSOneNoteRibbonAddIn/CSOneNoteRibbonAddIn.EXE。
我也尝试过使用日志记录来尝试捕获块,但没有成功。我使用的是 VS 2010 Pro。谢谢。
I have been working on a COM add-in for OneNote based on the tutorial at http://www.malteahrens.com/#/blog/howto-onenote-dev/ and http://support.microsoft.com/kb/2555352. It builds fine, however, when I load OneNote, I have to manually go through to options to start the add in. It tells me a "runtime error occurred during the loading of the COM add-in." Once the add-in is loaded manually it works as it should. I've been searching around on the internet for a while without much luck.
I have tried looking at Fusion logs, but can't make any sense of the errors:
LOG: Download of application configuration file was attempted from file:///C:/Windows/SysWOW64/DllHost.exe.config.
LOG: Configuration file C:\Windows\SysWOW64\DllHost.exe.config does not exist.
LOG: No application configuration file found.
LOG: Using host configuration file:
LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.
LOG: Policy not being applied to reference at this 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 also tried try catch blocks with logging with no luck. I am using VS 2010 Pro. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论