We use Visual Studio 2010. However, Visual Assist X build 2001 uses new toolbar icons which does not fit into this version of Visual Studio at all. How can I revert to the old ones, please? There is not a possibility to customize icons in VS 2010 as it was in older studios. So the second cited issue has no longer a solution in that.
Good news. I was able to restore old VA icons in VS2010. Here are the steps:
1) in VS2010 extension manager, disable VA 2) exit vs2010 3) open %LOCALAPPDATA%\\Microsoft\\VisualStudio\\10.0\\Extensions\\Whole Tomato Software\\Visual Assist X\\10.7.1912.0\\VAX.pkgdef in a text editor 4) remove the word "Metro" from line 9 and save/close the file. (so we're loading a different dll, VaPkgUI.dll instead of VaPkgUIMetro.dll) 5) start VS2010, then enable VA in extension manager and restart VS
Wow! Thanks a lot, it works! Even without the VA disabling. Closing VS was enough. (The path to VAX.pkgdef contains 10.8.2001.0 for me +?G??G? I have a newer build here.)