How to eliminate 'MyApp.vshost.exe: Loaded some.dll' messages in vstudio output window

StackOverflow https://stackoverflow.com/questions/23648604

  •  22-07-2023
  •  | 
  •  

문제

Is it possible to eliminate messages similar to the one in the title? I get too many 'Loaded ... .dll' lines in the Visual Studio Output window and I'd like to see only those relevant to me (exceptions, traces).

My project is a WPF application and i'm using VS2013 but I don't think this is relevant.

도움이 되었습니까?

해결책

Right-click on the Output window and uncheck "Module Load Messages" and "Module Unload Messages" options.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top