Home All Groups Group Topic Archive Search About

Simple VB6 App in Windows XP, Runs great as Admin, but Faults as User

Author
13 Mar 2009 3:27 PM
bitpusher1010
I'm trying to see if I can make my extremely simple vb6 app install/run
smoothly in XP as a USER not an ADMINISTRATOR.  I first want to focus on
simply running the vb6 app.  I install it by first installing as an admin.
Then switch over to the USER, and when I execute an error reports:

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

Any thoughts or ideas are greatly appreciated.

Author
13 Mar 2009 3:41 PM
Abhishek
"The application failed to initialize properly (0xC0000022). Click on OK to
terminate the applciation".

VB6 ?
Author
13 Mar 2009 3:48 PM
bitpusher1010
YES. VB6.

Show quoteHide quote
"Abhishek" <m*@server.com> wrote in message
news:uLU2pI$oJHA.3572@TK2MSFTNGP05.phx.gbl...
> "The application failed to initialize properly (0xC0000022). Click on OK
> to
> terminate the applciation".
>
> VB6 ?
>
>
Author
13 Mar 2009 5:33 PM
Abhishek
it means 'access denied' on vb runtime or some other dll

here is the solution,
http://www.opssys.com/instantkb/article.aspx?id=10176