I'm developing a VsPackage and try to test it under Hive other then the Exp.
I created a new Hive using the vs developer command prompt using the following command: devenv /rootsuffix MyExp And than run VS with /rootsuffix MyExp command line arguments, but failed to make my extension work on that hive . Only when I run it under the Exp it work.
The main reason that I don't want to run it under the Exp hive is that I don't want to effects other extension on the hive.