devenv.exe
Firma del problema 02: 10.0.30319.1
Firma del problema 03: 4ba1fab3
Firma del problema 04: B1Studio.VSIntegration.B1DesignerVSPackage
Firma del problema 05: 10.0.6761.36089
Firma del problema 06: 5b3fbce2
Firma del problema 07: 124
Firma del problema 08: 7
Firma del problema 09: System.NullReferenceException
Versión del sistema operativo: 6.1.7601.2.1.0.256.48
Id. de configuración regional: 2058
Información adicional del problema:
LCID: 3082
Lea nuestra declaración de privacidad en línea:
la declaración de privacidad en línea no está disponible, lea la declaración de privacidad sin conexión:
C:\Windows\system32\es-ES\erofflps.txt
Reply: devenv.exe is an important DLL file of Microsoft Visual Studio. For system errors caused by devenv.exe, you can try to do this:
1. Initialize Microsoft Visual Studio software and restore default values
Enter the initialization command in cmd:
devenv /resetsettings or devenv.exe /resetuserdata
You can also initialize VS by setting:
In VS-Tools-Import and Export Tools-Reset all settings
2. Header files and libraries conflict, that is, related include files or library files conflict. This is the reason that many people often encounter. The solution is to delete the unnecessary "include directory" and "library directory" paths
3. If the path of OpenCV is configured, the devenv.exe application error occurs after creating other projects. The solution is to go to "Properties Manager" - "Microsoft.cpp.Win32.user" - "VC ++ Directory" - "Include Directory" and "Library Directory", remove the OpenCV directory (or remove unused paths) to avoid conflicts in header files.