Error Msg when log on to windows XP

A

Amir Ali

I get an error msg when i log on to my windows XP. The
error msg says like this

"The procedure entry point DoOpenPipeStream could not be
located in the dynamic link library ScrRun.dll"


How can i remove this error??
 
K

Kelly

From MVP Torgeir:

It's very likely that some other application you have installed put an older
version of scrrun.dll on your system, causing this error. The version in
%windir%\system32 should still be the correct one (it's a protected file, so
it shouldn't have been overwritten), so you can probably just re-register it
and all should be well. Type "regsvr32 scrrun.dll" from any command prompt.
The version number on that file should be 5.6.0.6626.
 
A

Amir Ali

No success. Still the same error.
-----Original Message-----
From MVP Torgeir:

It's very likely that some other application you have installed put an older
version of scrrun.dll on your system, causing this error. The version in
%windir%\system32 should still be the correct one (it's a protected file, so
it shouldn't have been overwritten), so you can probably just re-register it
and all should be well. Type "regsvr32 scrrun.dll" from any command prompt.
The version number on that file should be 5.6.0.6626.

--
All the Best,
Kelly

Microsoft-MVP Windows® XP

In memory of Robert McGregor (aka Koldbear)
http://www.btinternet.com/~winnoel/winhelp.htm

Troubleshooting Windows XP
http://www.kellys-korner-xp.com







.
 
T

Torgeir Bakken (MVP)

Kelly said:
From MVP Torgeir:

It's very likely that some other application you have installed put an older
version of scrrun.dll on your system, causing this error. The version in
%windir%\system32 should still be the correct one (it's a protected file, so
it shouldn't have been overwritten), so you can probably just re-register it
and all should be well. Type "regsvr32 scrrun.dll" from any command prompt.
The version number on that file should be 5.6.0.6626.

Hi

Hmm. I never wrote that, DWinter ([email protected]) wrote that:

http://groups.google.com/groups?threadm=#N66KgCyCHA.2532@TK2MSFTNGP10

What he states is in theory correct, sadly enough, the file
protection/dllcache system doesn't work as it should for the
files in the Windows Script Host, so if a rough 3rd party
install e.g. downgrades scrrun.dll, the correct version in
the DllCache folder doesn't replace it :(

The answer I give DWinter in the thread in the link above is what
always fixes this type of problem:

"Downloading and (re)install WSH 5.6 is usually the best thing
to do to fix this problem."


Download link for WSH 5.6 can be found here:
http://msdn.microsoft.com/downloads/list/webdev.asp



--
torgeir
Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of the 1328 page
Scripting Guide:
http://www.microsoft.com/technet/community/scriptcenter/default.mspx
 
T

Torgeir Bakken (MVP)

Amir said:
I get an error msg when i log on to my windows XP. The
error msg says like this

"The procedure entry point DoOpenPipeStream could not be
located in the dynamic link library ScrRun.dll"

How can i remove this error??

Hi

Most likely a rough 3rd party software installation that has downgraded
a WSH file.

Downloading and installing WSH 5.6 should fix this:

http://msdn.microsoft.com/downloads/list/webdev.asp


--
torgeir
Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of the 1328 page
Scripting Guide:
http://www.microsoft.com/technet/community/scriptcenter/default.mspx
 

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

Similar Threads


Top