the application was unable to start correctly 0xc00007b

北慕城南 提交于 2019-12-23 17:27:58

问题


I have a win32 application. Trying to run in windows 7 64-bit OS in VisualStudio 2008. Have installed x64 Environment. So when i'm trying to run my project i'm getting this error "the application was unable to start correctly 0xc00007b". I have no link errors too. Anyone any suggestions please.


回答1:


i got the same issue as you. I had a application Win32. When i converted this application Win32 to X64 with Visual Studio 2010, the application x64 is compiled successfully. But when i ran it, it generated the error message: "The application was unable to start correctly (0xc00000b7). Click ok to close the application".

It took few days to fix it by changing many setting of Configuration properties->linker. Especially, i changed the setting of Linker.Manifestfile.Generate Manifest = No (/MANIFEST:NO) It worked to my application. Good luck!




回答2:


It can be processorArchitecture mismatch in manifest in assemblyIdentity or in dependencyAssembly.



来源:https://stackoverflow.com/questions/7646159/the-application-was-unable-to-start-correctly-0xc00007b

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!