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.

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 …

visual-studio-2012 windows-installer visual-studio-express
Accessing files using Build Action: Content

The way I've previously accessed content files is by setting them to "Copy always/if newer", then loading the file …

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

visual-studio-2012 visual-studio-express
Does Visual Studio 2013 Express support the Class Designer feature?

Attempting to learn C# .NET etc self study. I have subscribed to LearnNowOnline and one of the courses has a …

c# visual-studio-2013 visual-studio-express class-diagram
How to compile Qt for 64-bit Windows from a 32-bit environment with Visual C++ 2010 Express?

I am trying to compile the Qt library (I don't need the demos or examples) for 64-bit Windows. There are …

visual-studio-2010 qt 64-bit visual-studio-express
ASP.NET website pages not reflecting recent changes

I have been working on a new intranet site for a few weeks now, and everything has worked as expected. …

c# asp.net asp.net-4.0 iis-express visual-studio-express
"no known features for CXX compiler" when compiling with MSVC++ 2013

I have a relatively simple CMakeLists.txt that contains the following line(s): target_compile_features(myapp PRIVATE cxx_generalized_…

cmake visual-studio-express visual-c++-2013
MFC Multibyte Add-on for Visual Studio 2015 Express for Desktop

I'm using VS 2015 Express for Desktop which doesn't have MFC Multibyte support by default. Not long ago there was a …

mfc visual-studio-2015 visual-studio-express mbcs
Can't Run Tests in VS2012

Has anybody run into the following error when trying to run unit tests in Visual Studio Express 2012 For Web?: MSTestAdapter …

.net visual-studio-2012 mstest visual-studio-express
How do I disable 'Just My Code' in Visual Basic 2005 Express?

How do I disable 'Just My Code' in Visual Basic 2005 Express? It is supposed to be in menu Tools -&…

visual-studio-2005 visual-studio-express