Hi, no matter what I do, there's no NCrunch menu item in CTP 6. What can be done to troubleshoot my issue?
Manual installation didn't help either. Reinstalling also didn't help.
Remco NCrunch Developer
#7238
22 Apr 2015 04:51 UTC
Hi,
Thanks for sharing this issue.
Is the extension listed under your VS extensions list?
Does executing "C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe /setup" as an Administrator make any difference?
Thanks for sharing this issue.
Is the extension listed under your VS extensions list?
Does executing "C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe /setup" as an Administrator make any difference?
Yes, the extension is listed in "Tools/Extensions and Updates". Unfortunately executing the installer as administrator makes no difference.
Remco NCrunch Developer
#7240
22 Apr 2015 05:02 UTC
Ok - the next thing to check is if the menu option has just been hidden somehow.
Can you check through the customization menu to see if there is a menu command for NCrunch?
Also - it's worth checking through the keyboard options to see if any NCrunch shortcuts are listed. This is useful information as it will tell us whether the VSCT is being loaded.
Note also that "devenv.exe /setup" isn't the same as running the NCrunch installer. This is a VS configuration step that will re-register all extensions and rebuild various sets of cached VS data.
Can you check through the customization menu to see if there is a menu command for NCrunch?
Also - it's worth checking through the keyboard options to see if any NCrunch shortcuts are listed. This is useful information as it will tell us whether the VSCT is being loaded.
Note also that "devenv.exe /setup" isn't the same as running the NCrunch installer. This is a VS configuration step that will re-register all extensions and rebuild various sets of cached VS data.
Edited 22 Apr 2015 05:03 UTC
There's not command for NCrunch in the customization menu.
There are also no keyboard options for NCrunch.
Just in case, I've also re-run "devenv.exe /setup" as administrator once again, it didn't help.
There are also no keyboard options for NCrunch.
Just in case, I've also re-run "devenv.exe /setup" as administrator once again, it didn't help.
Remco NCrunch Developer
#7242
22 Apr 2015 05:41 UTC
Try the following command:
"C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe /rootsuffix test"
Again, make sure you run this as an administrator.
"C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe /rootsuffix test"
Again, make sure you run this as an administrator.
Yep, now the menu item is there. However the problem is back, when starting visual studio normally.
Remco NCrunch Developer
#7244
22 Apr 2015 05:59 UTC
Right. The /rootsuffix option basically forces VS to run with a different registry root. In many ways, it's basically like wiping out the entire VS configuration set and starting from scratch in a sandbox session. As this resolves the problem temporarily, it seems that your VS registry data has been corrupted somehow.
It's impossible to know what has caused this corruption, but it's also likely to affect other features inside the IDE. There are two ways you can proceed from here:
1. Continue to run VS using /rootsuffix whenever you load it. This is a viable option if you just adjust the shortcut you use to launch it. As long as the IDE is launched with the same rootsuffix each time, the settings will ensure and you can use it as normal.
2. Reinstall VS from scratch. It's possible you may need to wipe out the VS registry if the uninstaller doesn't do this for you. It's hard for me to advise you on which keys can be safely removed or how to remove them, as this is more the area of the VS dev team.
Since this is just a CTP, I'd recommend the first option (/rootsuffix on a shortcut). Likely you'll be installing the full version of 2015 when its released later, and there's a chance this install step will resolve the problem.
It's impossible to know what has caused this corruption, but it's also likely to affect other features inside the IDE. There are two ways you can proceed from here:
1. Continue to run VS using /rootsuffix whenever you load it. This is a viable option if you just adjust the shortcut you use to launch it. As long as the IDE is launched with the same rootsuffix each time, the settings will ensure and you can use it as normal.
2. Reinstall VS from scratch. It's possible you may need to wipe out the VS registry if the uninstaller doesn't do this for you. It's hard for me to advise you on which keys can be safely removed or how to remove them, as this is more the area of the VS dev team.
Since this is just a CTP, I'd recommend the first option (/rootsuffix on a shortcut). Likely you'll be installing the full version of 2015 when its released later, and there's a chance this install step will resolve the problem.
Thanks. Something that worked for me was deleting Visual Studio keys from the registry: http://stackoverflow.com/a/25416954/77449
This gave me a brand new installation of VS without reinstalling.
Thank you for your support!
This gave me a brand new installation of VS without reinstalling.
Thank you for your support!
Post a reply
Log in to reply.