Application error

0

HI, I'm getting following error when I run the application after building it. Any solution to this problem is appreciated.

"The application failed to initialize properly (0xc0000022). Click on OK to terminate the application."

Thanks in adv..

debugging
application-error
asked on Stack Overflow Jul 15, 2009 by harik

1 Answer

1

The most common cause of this error seems to be an inability to find a required DLL file. As you noted, this is often due to permission problems, but perhaps in your case you are dependent upon a DLL not in your path.

answered on Stack Overflow Jul 15, 2009 by Chris Arguin

User contributions licensed under CC BY-SA 3.0