zhm
zhm

Reputation: 3651

Visual Studio extension not loading

I'm using Visual Studio 2012. Recently I find extension for JS unit test doesn't load. I goto menu Tools->Extensions abd Updates, the extension's Enable button is disabled. I tried a few ways to fix this:

I almost try to reinstall Visual Studio. How to solve this?

Upvotes: 2

Views: 7029

Answers (1)

zhm
zhm

Reputation: 3651

One possible reason is, you are running Visual Studio as administrator, and the extension is installed by another user of this computer. For this case:

Goto menu Tools->Options->Environment->Extensions and Updates, check Load per users extension when running as administrator.

Upvotes: 2

Related Questions