c# - IVsOutputWindow reference not found -


i want write visual studio output window in add in. found code how write visual studio output window in custom tool?
can't add reference ivsoutputwindow.
there no namespace microsoft.visualstudio.shell.interop , no dll.
how should fix problem

thank you.

it sounds you're having trouble locating ivsoutputwindow interface. if here information on type

  • namespace: microsoft.visualstudio.shell.interop
  • dll: microsoft.visualstudio.shell.interop

if sdk install on machine dll located in following directory

c:\program files (x86)\microsoft visual studio 2010 sdk\visualstudiointegration\common\assemblies\v2.0\microsoft.visualstudio.shell.interop.dll

the top 2 directories may change though based on operating system , version of sdk using. if doesn't work please let me know sdk version using , i'll try , point correct path.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -