cbondeson;12207 wrote:I double checked and yes the folder does not exist. I am using the professional version of VS and it does that "/setup" is not a valid command for devenv.exe.
The /setup switch is used to reset VS's extension cache and is used by most installers targeting all tiers and versions of Visual Studio. See
here for more details.
When faced with an extension cache or install state issue, /setup is usually the quickest way to clear things up. You'll need to run this step to tell Visual Studio that the extension is gone.
Note that this step must be run as an Administrator (sorry, I forgot to mention that earlier).