Hi. how to remove a DLL (0xc000007d or 0xC007001D Thanks |
|
|
i like this question
0 Like It
Follow
|
Scratched after a system restauration witch concern AVG
Operating System:
Answer this question
|
|
best answer
|
|
Hi Michel,
There are a number of reasons as to why you might receive the 0xc00007d error while running an application on a Windows machine. 0xc000007d error usually comes from mixing up a 32-bit environment with a 64-bit one. For example, the 32-bit application loads a 64-bit dll causing 0xc000007d error. Solution : In most cases it's .NET framework causing issues. This can easily fixed by re-installing latest .NET framework from http://www.microsoft.com/net Regards, Lokesh |
|