Has anyone managed this problem? All other Mercurial facilities are working fine inside VS.
Asked
Active
Viewed 1,968 times
1 Answers
13
Two things to try:
- Make sure you reinstall VisualHG after installing Visual Studio 2010 (this may not be "necessary," but it's often needed for plugins of various sorts anyway).
- Make sure you have VisualHG selected as the active source control plug-in. Go to Tools -> Options -> Source Control -> Plug-in Selection and make sure VisualHG is selected.

James McNellis
- 348,265
- 75
- 913
- 977
-
1thanx, that was the problem – nightcoder Jul 15 '13 at 17:44
-
Just had the same with VS2005. Good this question has been asked and answered already. – 0xC0000022L Jan 26 '14 at 05:23
-
Same with VS2013! Thanks! – John Nov 14 '14 at 16:29
-
I am not able to see the icons of VisualHg in solution explorer for VS2013. Although i have double checked the steps to be followed as given in the answer. – Afaq Nov 19 '15 at 07:16