Cannot find assembly for IObjectWithSite

I am trying to create a BHO, and for this I need to implement IObjectWithSite. I saw the msdn document on this link , it mentions that it requires the assembly Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll). I have a new installation of Visual Studio 2010 sp1, but I can not find the DLL anywhere on my disk, and also when I try to add links from visual studio.

I already referenced the following assemblies:

  • MSHTML
  • SHDocVw

But I still can not solve the link to IObjectWithSite.

thank

+3
source share
1 answer

You need to download the "Visual Studio 2010 SDK"

http://www.microsoft.com/en-us/download/details.aspx?id=2680

+3

All Articles