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
15
votes
3 answers

Why is there no Windows Phone version of Visual Studio Express 2013?

I'm planning a side project with some colleagues but not everyone has licenses. We were thinking of releasing an app for both Windows 8/8.1 and Windows Phone 8 platforms. I don't have a lot of experience working with Express versions, but for some…
bwerks
  • 8,651
  • 14
  • 68
  • 100
15
votes
4 answers

Closing a VB.NET form when Escape key is pressed

I'm using VB 2010 Express. In C# I would set the forms CancelButton property. For this VB form I don't have a CancelButton so I suspect I need to program either KeyPress or KeyDown. What is the difference between these two events? Which should…
whytheq
  • 34,466
  • 65
  • 172
  • 267
14
votes
4 answers

Developing Silverlight in Visual Studio Express?

Can I develop Silverlight applications in Visual Studio express? When I start up Visual C# Express 2008 it doesn't give me any options to create Silverlight applications?
Nosrama
  • 14,530
  • 13
  • 49
  • 58
13
votes
4 answers

Visual C++ 2010 Express: How to use with Qt?

I'm confused about getting Qt working with Visual Studio Express. Most of the searches online have turned up instructions for compiling Qt using instructions such as: Install MSVC2005 or MSVC2008 Install the most recent Platform SDK (@ MSDN:…
User
  • 62,498
  • 72
  • 186
  • 247
13
votes
11 answers

Visual Studio Intellisense not working on XAML only on very specific circumstances

I'm making a new UserControl, and when I opened it the XAML was not working. I thought that this was odd, as when I was working on my MainWindow it was working just fine. So I checked on my MainWindow. It still works there. Also in C# code.…
It'sNotALie.
  • 22,289
  • 12
  • 68
  • 103
12
votes
2 answers

How to connect to SqlExpress for Entity Framework using Visual Studio 2010 Express?

I'm trying to use the Visual Studio 2010 Express editions to set up an ASP.NET MVC 2 Web Application using SqlExpress + Entity Framework as the data access. I have both the "C# Edition" and "Web Developer Edition" installed. If I try to add a data…
Mike
  • 5,560
  • 12
  • 41
  • 52
12
votes
3 answers

What features are available in Visual Studio 2013 Professional that are not in the Express Editions?

For past express editions, I've been able to find a "compare editions" page that shows what features are available in express, professional, ultimate, etc. Something like this. However, every comparison table I've seen so far omits the express…
Josh
  • 7,232
  • 8
  • 48
  • 75
12
votes
3 answers

Visual Studio Express 2012 and Git

Can the IDE level version control support in Visual Studio Express 2012 be used with Git, or would that require plug-in support available only with the full version?
rwallace
  • 31,405
  • 40
  • 123
  • 242
12
votes
3 answers

Tool to list MVC routes - Visual Studio Express

I am learning .NET MVC and an app I'm building has become rather spaghetti-like. In my code I have many actions in different controllers which naturally all produce various views and partialviews. To make matters worse, I have @Html.Action commands…
rwalter
  • 891
  • 1
  • 7
  • 19
12
votes
2 answers

What installer options are there for Visual Studio 2012 Express for Desktop

So Microsoft released Visual Studio 2012 Express for desktop apps. That's great, but how does one create an installer for open source apps that are built in Visual Studio Express? There are no installer templates available by default, and they…
12
votes
1 answer

How to add multiple projects in one solution in VS2008 Web Developer Express?

I been using VS2008 Pro for a long time now but since of licensing issues(Pro is under academic license) and the current project I am doing could be considered as commerial I decided to give VS2008 Express a go. Now I made my project and a shell of…
11
votes
3 answers

Visual C# 2010 Express: Specify default access modifier for new classes?

Whenever I create new classes using Visual Studio 2010 Express C# it creates them with no access modifier. 9 times out of 10 I want my new classes to be public. How can I have Visual Studio create empty class templates with the "public" modifier by…
User
  • 62,498
  • 72
  • 186
  • 247
11
votes
2 answers

Where is the .vssettings for Visual Studio Express?

Which directory is this file located in? Reason I ask is, I want to back up my settings.
Jonathan
  • 32,202
  • 38
  • 137
  • 208
11
votes
3 answers

Code Contracts support in Visual Studio Express 2013

I've been developing a C# project in Visual Studio Express 2013 and came across Code Contracts for .NET languages. Impressed by their brevity and the static analysis tool that came with them, I started using them in my code base. However, when I…
Matt Kline
  • 10,149
  • 7
  • 50
  • 87
10
votes
2 answers

How to add resources in separate folders?

When I try to add a resource at the resource designer by clicking "Add an existing item",the item is placed in the folder "Resource". The problem is that if I create a new directory in the Resource directory and place the resources there,I get a…
Ivan Prodanov
  • 34,634
  • 78
  • 176
  • 248
1 2
3
39 40