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:
But I still can not solve the link to IObjectWithSite.
thank
source
share