0xc0150002 failed solution

0xc0150002 Solution to failure
When an error occurs while the program is running, right-click "My Computer"

Then click "Manage" → "Event Viewer" → "Windows Log" → "Application" to view the error message

According to the log information, it is judged that there is a problem when loading library files such as DevMngrd.dll. After looking at its manifest file, its dependent library is Microsoft.VC90.DebugCRT. The problem is obvious. This dll is in It was compiled under VS2008, but other people's machines do not have this environment. The application we compiled and generated caused errors due to the lack of the necessary Debug version of the VC runtime library.

It can be judged that there is a problem when loading library files such as HgDeviceFound.dll. After looking at its manifest file, its dependent library is Microsoft.VC90.DebugMFC

Copy the dll file to someone else's machine to the project executable directory on your own machine.

Go to other people’s machines and copy the 4 dll files and a manifest file to the directory on your own machine, and then the problem is solved

Make good use of tools to help locate problems: event viewer, depends walker, etc.
The above is the detailed content of 0xc0150002 failed solution. For more information, please follow other related articles on the PHP Chinese website!
Hot AI Tools
Undresser.AI Undress
AI-powered app for creating realistic nude photos
AI Clothes Remover
Online AI tool for removing clothes from photos.
Undress AI Tool
Undress images for free
Clothoff.io
AI clothes remover
AI Hentai Generator
Generate AI Hentai for free.
Hot Article
Hot Tools
Notepad++7.3.1
Easy-to-use and free code editor
SublimeText3 Chinese version
Chinese version, very easy to use
Zend Studio 13.0.1
Powerful PHP integrated development environment
Dreamweaver CS6
Visual web development tools
SublimeText3 Mac version
God-level code editing software (SublimeText3)
Hot Topics
1378
52

