me
me

Reputation:

Plugins wont work with vb.net express

What won't plugins wont work with vb c# studio express?

Upvotes: 0

Views: 267

Answers (4)

Hector Sosa Jr
Hector Sosa Jr

Reputation: 4250

There are ways to make addins in the express editions, but it's not worth Microsoft wrath. That's what happened with TestDriven.NET. Why don't you just get the professional edition of VB.NET? If cost is an issue, you could try having one of your buddies still at the Uni, buy an academic version.

You could also try using SharpDevelop. It comes with a lot of useful addins.

Upvotes: 2

Ben Robbins
Ben Robbins

Reputation: 2630

Students qualify for free Microsoft software, which include Visual Studio Pro.

Upvotes: 0

Chris Charabaruk
Chris Charabaruk

Reputation: 4417

Microsoft doesn't want to allow users to replace all the Standard+ functionality in Visual Studio when using the Express editions, as that would be akin to starving themselves. So, the decision was made that plugins would not be supported in the Express editions.

If there are plugins you can't live without, buying a license for the Standard edition isn't too much money, and they almost always give away free copies of standard at launch events for new versions of Visual Studio.

Upvotes: 2

John Sheehan
John Sheehan

Reputation: 78104

The Express editions do not support Visual Studio Addins.

Upvotes: 7

Related Questions