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