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

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events