Arian Kulp's Blog
opinion, insight, and occasional code

Visual Studio Express Limitations

Friday, March 16, 2007 5:53 PM

I never noticed some of the things missing in the Visual Studio Express editions compared to other editions.  As I've mentioned before, there's no icon editor (check out IcoFX as an even better replacement).

There's also no incremental find.  This very cool feature lets you initiate a search using CTRL+I.  Then as you type, it locates matches in real-time.  Very cool, but it's not there in Express.

I also just recently noticed that the Express editions don't show change tracking in the code editor.  In other editions, the left margin changes color to show where you've made changes in the code (at the line level).

You also can't attach the debugger to running processes.  This probably isn't as useful for most hobbyist developers, but it's still a shame.

I remember reading that Express editions don't support more than one project in a solution.  I hadn't bothered to try this until recently, but I noticed that it does indeed work.  Maybe it's new with service pack 1.  Hmm...

Any other big features missing?  Of course the whole point is that it's a reduced-functionality edition.  In fact, it's amazing how much it supports for the price!  It's just good to know if you are used to the regular features.




Feedback

# re: Visual Studio Express Limitations

I use C# Express and for the price it's hard to beat! I'm not a professional programer so I do not know what I may be missing. All in all, it works very well for what I use it for.

How can I complain about FREE! Anyway, the only 'real' problem I have is when using 'user controls'.. Pain in the Butt! You have to exit the Form Designer often in order to have it 'refesh?'.. All in all.. For free, hard to beat. I LOVE IT!

THANKS Mr. Gates!

I would post my E_Mail but I always end up with more and more 'trash' from some pretty 'nasty' folks out there ever time I do it. I HAVE A BETTER WORD FOR THEM BUT.. I will try to be nice..

Just my thoughts

Have a GREAT day all! 3/24/2007 8:12 AM | Will George

# re: Visual Studio Express Limitations

User controls can be challenging even with the VS Professional edition. Rebuilding helps. I have a project with a user control containing another user control, then a form with that meta user control. The designer doesn't always like that arrangement either! 3/24/2007 9:39 AM | Arian

# re: Visual Studio Express Limitations

I'm using the C# version and think it's brilliant for a free product. Saving me alot of money purchasing Pro edition, as Im still new to C#. 3/30/2007 9:03 AM | Lee Friend

# re: Visual Studio Express Limitations

guess that Interop does not work automaticaly... =( 4/24/2007 1:31 PM | Rafael



Comments have been closed on this topic.