How to resolve conflicts between Visual Studio 2010 and Visual Studio 2012

I have a windows application written in Visual Studio 2010

. It connects to the web service and makes other calls to the database.

When I installed the Visual Studio 2012

above application doesn't work anymore. I thought something was broken or that there might be conflicts between 2010 and 2012. So to be sure I uninstalled all my Visual Studios and reinstalled Visual Studio 2010. I tried to start the application again and it worked 100%. Then I reinstalled Visual Studio 2012 and the application won't start. When doing so, the following error occurs:

A fatal error has occurred and debugging needs to be terminated. For more details, please the Microsoft Help and Support web site. HRESULT=0x8007000e. ErrorCode=0x0.

      

Why should I get this error? How do I resolve this?

My application cannot be out of memory as I have about 4 GB and that is enough if it works without installing Visual Studio 2012.

+3


source to share


1 answer


.NET Framework 4.5 is an in-place upgrade to .NET Framework 4.0. It is possible that some files have been updated and this may be the reason. see vs2010 v / s vs2012 link



0


source







All Articles