Unable to load a DLL using regsvr32 in XP SP2

G

Guest

Hi All,
I am unable to load the dll file of our application in Windows XP SP2.
Previously it was working fine in Windows XP SP1.
When the command "REGSVR32 STSTestResource.dll" was issued, I am getting
the error

"LoadLibrary("STSTestResource.dll") failed - A dynamic link library (DLL)
initialization routine failed. "

This application was developed by us.
Is there any way by which we can make it work (DLL to be loaded in memory)?

Thanks
Lakki
 
D

Detlev Dreyer

Lakki said:
I am unable to load the dll file of our application in Windows XP SP2.
Previously it was working fine in Windows XP SP1.
When the command "REGSVR32 STSTestResource.dll" was issued, I am
getting the error

"LoadLibrary("STSTestResource.dll") failed - A dynamic link library
(DLL) initialization routine failed. "

This application was developed by us.

See if this article helps.
"Possible Reasons for OLE Control Registration Failure"
http://support.microsoft.com/kb/140346/en-us
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top