Questions tagged [visual-studio-express]

Microsoft Visual Studio Express is a set of freeware integrated development environments (IDE) developed by Microsoft that are lightweight versions of the Microsoft Visual Studio product line.

Visual Studio Express 2010 consists of the following separate products:

And Visual Studio Express 2012 consists of the following sepearate products:

589 questions
23
votes
3 answers

What are these .pch and .ncb files in visual studio?

I have several small Visual Studio Projects (C++). And many of these projects have .ncb and .pch extension files. Those files are quite big, and they are consuming a lot of space (over 100 mb). What are these files? If those files are not that…
Victor
  • 1,655
  • 9
  • 26
  • 38
21
votes
6 answers

What are good tools for identifying potentially duplicated code for C# Express users?

see also "Any tools to check for duplicate VB.NET code?" A friend of mine only has access to the Express editions of Visual Studio and I am trying to help him refactor to remove a lot of duplication.
BlackWasp
  • 4,933
  • 2
  • 30
  • 42
21
votes
3 answers

Auto-generate an interface implementation in C#?

I know this is quite lazy but, is there any way on Visual C# 2010 Express to auto-generate an interface implementation? (I don't mean at runtime but at design time, like a code snippet). Perhaps with a third party utility?
Juan
  • 15,274
  • 23
  • 105
  • 187
20
votes
2 answers

Visual Studio 2010 Express Limitations

What are the limitations of VS2010 C# Express Edition compared with the paid for versions? I was mostly looking into what sort of applications I can build, in VS Express I only have the option of Console, Winform and DLL, etc. I read that you can…
Bali C
  • 30,582
  • 35
  • 123
  • 152
20
votes
10 answers

Are Visual Studio Express products really only for "hobbyists, students and novices"?

I have used Visual Studio Professional 2008, and have been testing the free C# Express 2010 version recently. In general I'm amazed at how good it is for free, and how many of the full VS features it has. I'm thinking of using it for a commercial…
Michael Low
  • 24,276
  • 16
  • 82
  • 119
20
votes
2 answers

Winforms - Visually remove button click event

.NET newbie alert Using Visual C# 2008 Express Edition I have accidentally created a click event for a button. I then deleted the automatically-created method code, which resulted in an error saying that the function, which had now been referenced…
Wayne Koorts
  • 10,861
  • 13
  • 46
  • 72
20
votes
3 answers

Has the Batch Build option been removed in Visual Studio 2012 Express?

I just recently switched from Visual C++ 2010 Express to Visual Studio 2012 Express for Desktop. Since I use it often, I soon found myself looking for the Batch Build... option under the Build menu (or Solution Explorer → 's right-click…
Yelmond
  • 643
  • 6
  • 12
19
votes
5 answers

Is there a way to emulate the 'multiple cursor' features of Sublime Text in Visual Studio?

Is there a way to emulate the 'multiple cursor' features of Sublime Text in Visual Studio? I'm aware that you can use ST2 as your external editor in Visual Studio, but I'm not sure this is possible in the Express Edition.
roadrunner66
  • 7,772
  • 4
  • 32
  • 38
17
votes
1 answer

Restrictions on installing extensions or add-ins in Visual Studio 2010 Express

I installed MSVC++ 2010 Express and trying to figure which extensions (vsix) are available to install. There are some extensions in the Extension Manager (section Online Gallery). All of them from Visual Studio Gallery. To be sure I installed some…
17
votes
3 answers

What is the difference between Visual Studio and Visual Studio Express?

I know there are basic differences like no plugins and such. But if I use Visual Studio Pro at work and want to do some ASP.NET MVC apps at home, would I find Visual Studio Express a hindrance?
Mike Wills
  • 20,959
  • 28
  • 93
  • 149
17
votes
3 answers

Change encoding on a per file or per extension basis

I'm using Microsoft Visual Studio Express 2012 for Web. It seems that every file which I open with it gets encoded into UTF-8. For most files which are going to be web-facing, that's fine. However, I have files in my projects that are…
merv
  • 67,214
  • 13
  • 180
  • 245
15
votes
4 answers

Make Visual Studio (Express) stop compiling when something doesn't compile

If one project can't build, Visual Studio, by default, keeps right on trying to build all the other projects that depend on that project, and therefore gets stupid errors because those other projects are now building against a stale version of the…
Joe White
  • 94,807
  • 60
  • 220
  • 330
15
votes
10 answers

Source Versioning for Visual Studio Express

Is there any Visual Studio Express plug ins for source versioning? I am starting a project on my own and only have the Express version of Visual Studio 2008.
15
votes
2 answers

Can Visual Studio 2010 Express connect to Team Foundation Server 2010?

I know VS 2010 Pro/Premium/Ultimate include TFS connectivity, does VS 2010 Express?
kenwarner
  • 28,650
  • 28
  • 130
  • 173
15
votes
7 answers

Visual Studio Express 2013: Program output in unit tests (console, debug etc.)

I'm really banging my head against the wall here. Is it so hard to get program output in Visual Studio (Express 2013)? When writing code, I find it absolutely essential to be able to print out the values of variables, operations etc. while working…
1
2
3
39 40