Visual Studio Server Explorer missing management classes

I have a problem in Visual Studio 2015 (Professional 64-bit). In my server browser, I connect to the local host and I see

  • Event logs
  • Message queues
  • Performance counters
  • Services

I seem to be missing here; these are management classes. On my previous PC (with VS2013) it was there. Have I forgot to install the option (or extension)? Or is there another easy way to generate classes for WMI interaction?

Thanks!

+5
source share
1 answer

In MS Connect ( https://connect.microsoft.com/VisualStudio/feedback/details/2193804 ), it seems that the functionality is now disconnected from the IDE. They say you can still use Mgmtclassgen.exe to generate classes. I don’t understand why they removed part of the GUI from the IDE

+3
source

Source: https://habr.com/ru/post/1239063/


All Articles