News

Why Visual Studio Express Won't Allow Extensions

One Microsoft employee calls it a "business decision" -- and a bad one at that.

There appears to be confusion among some developers around extensions in Visual Studio Express, Microsoft's free version of its flagship development tool.

The question was posed this way by a developer on an MSDN forum:

"...when I tried to install an extension that I have developed, it would show up in the Extension Manager but the extension menu would not appear under the Tools menu, as it is supposed to (it works on other editions of Visual Studio).

The extension doesn't do anything that shouldn't work on an Express edition. So is it that only extensions developed my Microsoft (or possibly approved by Microsoft) can be installed on Express editions? Or is it that my code is somehow incompatible with the Express editions? (in this case, where could I find documentation about making the coding compatible ?)"

Variations of this question have been asked elsewhere, too. The simple answer is that third-party extensions will not work with any version of Visual Studio Express. Microsoft-created extensions like NuGet, Node.js Tools and Python Tools will work, but not user-created packages.

Some additional confusion is caused by the fact that extensions can be installed, even if they're third-party created, but can't run. Microsoft's Ryan Molden, in a response to a user, said that disallowing non-Microsoft extensions is deliberate:

"We don't prevent you from INSTALLING a package to Express (since that just means 'writing some bits into the registry'), but it will never successfully load. As I mentioned in the other post, this is not a technological limitation it is a business decision (one I disagree with, but I don't make these decisions)."

Long-time Visual Express users may remember that it wasn't even until Visual Studio 2012 Express that any extensions, including Microsoft-built ones, were allowed.

The first Express version of Visual Studio was Visual Studio 2005. Visual Studio Express 2012 has the widest range of products available, including editions for Windows Phone, Team Foundation Server, and support for Windows 8.

About the Author

Keith Ward is the editor in chief of Virtualization & Cloud Review. Follow him on Twitter @VirtReviewKeith.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube