找不到IObjectWithSite的程序集
作者:互联网
我正在尝试创建一个BHO,为此,我需要实现IObjectWithSite.我已经在this link处看到了msdn文档,其中提到它所需的程序集是Microsoft.VisualStudio.OLE.Interop(在Microsoft.VisualStudio.OLE.Interop.dll中).我已经全新安装了Visual Studio 2010 sp1,但是似乎无法在磁盘上的任何位置以及尝试从Visual Studio添加引用时找到dll.
到目前为止,我已经引用了以下程序集:
> MSHTML
> SHDocVw
但是我仍然无法解析对IObjectWithSite的引用.
谢谢
解决方法:
您需要下载“ Visual Studio 2010 SDK”
http://www.microsoft.com/en-us/download/details.aspx?id=2680
标签:visual-studio-2010,net-assembly,bho,c,ieaddon 来源: https://codeday.me/bug/20191122/2057381.html