Unhandled Exception in Microsoft Visual Studio 2012

Asked By 0 points N/A Posted on -
qa-featured

A unhandled exception is showing on Microsoft Visual Studio 2012. This doesn't appear in 2010 version. I already tried to run a repair and delete the settings on Visual Studio 2012 folder. I even uninstalled and reinstalled and reset all settings. But none works so far. What can I do to fix this?

Microsoft Visual Studio Express 2012 for Windows Desktop

An unhandled exception of type 'System.Exception' occurred in test3.exe

Break      Continue     Ignore

SHARE
Answered By 590495 points N/A #114974

Unhandled Exception in Microsoft Visual Studio 2012

qa-featured

If this error immediately appears right after you start Microsoft Visual Studio Express 2012 but not when you are still using Microsoft Visual Studio Express 2010, then you probably didn’t meet all the requirements. These two versions, though they are both Microsoft Visual Studio Express but only different versions, have different system specifications to meet.

For Microsoft Visual Studio Express 2010, the supported operating systems are x86 and x64 Windows Server 2003 Service Pack 2, x86 and x64 Windows Server 2003 R2, x86 and x64 Windows Server 2008 Service Pack 2, x64 Windows Server 2008 R2, x86 Windows XP Service Pack 3 all editions except Starter, x86 and x64 Windows Vista Service Pack 2 all editions but not Starter, and x86 and x64 Windows 7.

For Microsoft Visual Studio Express 2012, it supports Windows Server 2012, Windows 2008 R2, x86 and x64 Windows 2008, x86 and x64 Windows 7, and x86 and x64 Windows 8. If you’ll check the specifications, you will notice that there are several operating systems that were no longer supported in the 2012 version so you need to check which version supports your operating system and then install that version.

And also, if you are using x86 or x64 Windows Server 2003 Service Pack 2, you need to install Microsoft Core XML Services 6.0 [MSXML].

Related Questions