The problem appears when working with WinForms (C #), when adding any element of having an area (Panel, PictureBox, etc.)
Full text error:
Signature problems:
Name Event Problem: AppCrash
Application Name: Devenv.exe
Application version: 12.0.31101.0
Appointment time: 54548724
Module name with error: msvcrt.dll
Module version with error: 7.0.7601.17744
Module time mark with error: 4eeaf722
Exception code: C0000005
Offset Exception: 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
tried to reinstall the environment, run in safe mode without extensions, updated to the latest version – does not help.
Answer 1
Try to reproduce the problem under a different user on the same machine. If a friend is working without an error – delete the key HKEY_CURRENT_USER \ Software \ Microsoft \ VisualStudio
– This will reset the settings.
Answer 2
Module name with error: msvcrt.dll
Well, I think it is clear that the failure gives the installed MS Visual C++ library. Reinstall it (delete, then install it) by downloading from the official site, to the desired version for your Visual Studio.