Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The extension requires a version of the .NET Framework that is not installed. #1

Closed
roncli opened this issue Dec 6, 2016 · 2 comments

Comments

@roncli
Copy link
Contributor

roncli commented Dec 6, 2016

I am attempting to install this on a fresh Windows 7 Visual Studio 2013 installation, and I am getting the error:

The extension could not be installed because the following error occurred:

The extension 'Visual Studio Restart' requires a version of the .NET Framework that is not installed.

In addition to not knowing what framework I am missing, I am in an environment where I cannot install any additional .NET frameworks, how can I install this extension?

@ilmax
Copy link
Owner

ilmax commented Dec 7, 2016

Hi, the extension have the .NET Framework 4.5 as a dependency which should be installed by default when installing VS2013 IIRC.

Since I'm no more using VS2013, you can just send a PR to lower the .NET Framework dependency, or clone and build it yourself.

Update. Looks like the extension manifest is incorrectly too tighten, the correct dependency should be the same as this one to allow .net 4.5 or newer

@roncli
Copy link
Contributor Author

roncli commented Dec 7, 2016

That did the trick, I'll offer a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants