Top "Visual-studio-express" questions

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.

How to open Visual Studio Express 2013 for Windows Desktop (C++)?

I downloaded and installed Visual Studio Express 2013 for Windows Desktop, and now I want to start it. I expected I …

c++ windows visual-studio-express
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 …

c++ qt qt4 visual-studio-express visual-c++-2010
Create a "file Open" Dialog Button and Write Out to Text Box

I am wanting to create a browse (fileOpen Dialog) button to search my local drive and then write out the …

c# winforms visual-studio-express fileopendialog
How to connect Visual Studio 2010 Express C# to SQL Server Express

Is there any real workaround to getting the Express edition of C# connected to database options other than the lightweight …

c# visual-studio-2010 visual-studio-express sql-server-2008r2-express
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 (…

c# unit-testing visual-studio-2013 output visual-studio-express
Compiling a simple Qt "Hello World!" application within Visual Studio 2010 Express?

I'm trying to build a basic Qt "Hello, world!" application inside Visual Studio. I got the moc step to work (…

visual-studio-2010 qt visual-studio-express
Install Xamarin for Visual Studio 2013 Express

I have a Windows 8.1 laptop and I installed Xamarin. Xamarin Studio works fine, but I cannot use the Xamarin integration …

xamarin.ios xamarin visual-studio-2013 visual-studio-express xamarin-studio
Visual C# 2008 Express connection to SQL Server 2008 Express Issue

I have a problem with Visual C# 2008 express (SP1) connecting to SQL Server 2008 express. The "Add Connection" window (wherever initiated) …

visual-studio-2008 visual-studio-express sql-server-2008-express
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.

visual-studio-express vssettings
How to disable exception assistant and unhandled exception popup in Visual Studio 2008 Express

I am using Visual Studio 2008 Express and am writing unit tests where there are many expected unhandled exceptions. This cause …

exception visual-studio-express