SLaks/Root-VSIX

Interop type not found when building

Closed this issue · 0 comments

Hi,

Upon a fresh clone (d6a6c26), I get the following error message when trying to build in Visual Studio 2013 (with the Visual Studio 2013 SDK installed):

CSC : error CS1748: Cannot find the interop type that matches the embedded interop type 'Microsoft.Internal.VisualStudio.Shell.Interop.IVsExtensionManagerPrivate'. Are you missing an assembly reference?
CSC : error CS1748: Cannot find the interop type that matches the embedded interop type 'Microsoft.Internal.VisualStudio.Shell.Interop.IVsExtensionManagerPrivate2'. Are you missing an assembly reference?

Any suggestions?