0xc0150002 error. How do I solve it?
Hi all. I've used the dependency walker and on profiling,
I encoutnered this error for my client.exe : 0xc0150002.
The error before this exception states:
LDR:LdrpWalkImportDescriptor() fail to probe log4cplus.dll for manifest, ntstatus 0xc0150002.
What have I missed out? I have placed the log4cplus.dll in the same directory as my client.exe.
The machine that I'm trying to run client.exe doesn't have VS2005 installed in it.
Answers
Hi all,
I tried to put Microsoft.VC80.CRT.manifest into the same directory as my client.exe and it works!
Now I have another error haa a 800706BA returned back to me. Time to get dirty again.
Cheers,
Atiz
All Replies
I've checked the windows event log, it states a few errors:
Generate Activation Context failed for C:\WINDOWS\system32\log4cplus.dll. Reference error message: The operation completed successfully.
Resolve Partial Assembly failed for Microsoft.VC80.CRT. Reference error message: The referenced assembly is not installed on your system.
Dependent Assembly Microsoft.VC80.CRT could not be found and Last Error was The referenced assembly is not installed on your system.
Application popup: SST_CLIENT.EXE - Application Error : The application failed to initialize properly (0xc0150002). Click on OK to terminate the application.So based on this, what can I do to resolve?
Any help is appreciated, thx!
Atiz
Hi all,
I tried to put Microsoft.VC80.CRT.manifest into the same directory as my client.exe and it works!
Now I have another error haa a 800706BA returned back to me. Time to get dirty again.
Cheers,
Atiz
- Please see this FAQ of mine.
pls give me reply for solution how can i solve 0xc0150002 error
- 'SimuladorConsole.exe': Loaded 'E:\bin\Ctrl\corefrg.dll', No symbols loaded.
LDR: LdrpWalkImportDescriptor() failed to probe E:\bin\Ctrl\corefrg.dll for its manifest, ntstatus 0xc0150002
Error en Resolve Partial Assembly para Microsoft.VC80.DebugCRT. Mensaje de error referencia: El ensamblaje referido no está instalado en su sistema.
.
Para obtener más información, vea el Centro de ayuda y soporte técnico en http://go.microsoft.com/fwlink/events.asp.
Error en Generate Activation Context para E:\bin\Ctrl\corefrg.dll. Mensaje de error referencia: El ensamblaje referido no está instalado en su sistema.
.
Para obtener más información, vea el Centro de ayuda y soporte técnico en http://go.microsoft.com/fwlink/events.asp.
I copy de dlls that are in "..\Microsoft Visual Studio 8\VC\redist\Debug_NonRedist\x86\Microsoft.VC80.DebugCRT" and it works.
So my problem was that any of my libs or dlls was linking with debug.
I replace corefrg.dll with a release version and it works. Atiz wrote: Hi all. I've used the dependency walker and on profiling,
I encoutnered this error for my client.exe : 0xc0150002.
The error before this exception states:
LDR:LdrpWalkImportDescriptor() fail to probe log4cplus.dll for manifest, ntstatus 0xc0150002.
What have I missed out? I have placed the log4cplus.dll in the same directory as my client.exe.
The machine that I'm trying to run client.exe doesn't have VS2005 installed in it.
Atiz wrote: Hi all. I've used the dependency walker and on profiling,
I encoutnered this error for my client.exe : 0xc0150002.
The error before this exception states:
LDR:LdrpWalkImportDescriptor() fail to probe log4cplus.dll for manifest, ntstatus 0xc0150002.
What have I missed out? I have placed the log4cplus.dll in the same directory as my client.exe.
The machine that I'm trying to run client.exe doesn't have VS2005 installed in it.
Atiz wrote: Hi all. I've used the dependency walker and on profiling,
I encoutnered this error for my client.exe : 0xc0150002.
The error before this exception states:
LDR:LdrpWalkImportDescriptor() fail to probe log4cplus.dll for manifest, ntstatus 0xc0150002.
What have I missed out? I have placed the log4cplus.dll in the same directory as my client.exe.
The machine that I'm trying to run client.exe doesn't have VS2005 installed in it.
- can you help me on this (0xc0150002) thx you
jackie848484- Proposed As Answer byjackie848484 Wednesday, November 05, 2008 9:11 AM
- what is vs2005?
- Install Visual C++ Express Edition Service Pack 1 ( http://download.microsoft.com/download/7/7/3/7737290f-98e8-45bf-9075-85cc6ae34bf1/vs80sp1-kb926748-x86-intl.exe ) and try to compile should work fine.
- Proposed As Answer bywindows31 Tuesday, November 11, 2008 4:41 AM

