The VS 2013 program has been discontinued

The problem appears when working with WinForms (c#), when adding any element that has a scope (panel, PictureBox, etc.)

Full text of the error:
Problem signature:
Problem event name: APPCRASH
Application name: devenv.exe
App version: 12.0.31101.0
App Timestamp: 54548724
Module name with error: msvcrt.dll
Module version with error: 7.0.7601.17744
Mark module time with error: 4eeaf722
Exception code: c0000005
Exception offset: 00009b60
OS version: 6.1.7601.2.1.0.256.1
Language code: 1049
Additional information 1: 0a9e
Additional information 2: 0a9e372d3b4ad19135b953a78882e789
Additional information 3: 0a9e
Additional information 4: 0a9e372d3b4ad19135b953a78882e789

I tried to reinstall the environment, run it in safe mode mode without extensions, updated to the latest version - does not help.

Author: ЮрийСПб, 2015-04-06

2 answers

Try to reproduce the problem under a different user on the same machine. If it works under the other user without an error-delete the key HKEY_CURRENT_USER\Software\Microsoft\VisualStudio from the registry - this will reset the settings.

 0
Author: PashaPash, 2015-04-07 11:32:28

The name of the module with the error: msvcrt.dll

Well, I think it is clear that the installed MS Visual C++library fails. Reinstall it(remove it, then install it) by downloading it from the official website to the desired version for your Visual Studio.

 0
Author: Ivan G. Zakirov, 2015-04-07 05:29:21