How can I check/detect which Visual Studio version is running under my VSPackage?
I cannot get from the registry because the computer could have several versions installed, so I guess there is an API that is able to get it.
Anybody knows how to get it from a managed Visual Studio package using C#?
See Question&Answers more detail:os