PDA

View Full Version : Error Msg when log on to windows XP


Amir Ali
February 26th 04, 06:21 AM
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??

Kelly
February 26th 04, 06:43 AM
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




"Amir Ali" > wrote in message
...
>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??

Amir Ali
February 26th 04, 09:42 AM
No success. Still the same error.
>-----Original Message-----
>From MVP Torgeir:
>
>It's very likely that some other application you have=20
installed put an older
>version of scrrun.dll on your system, causing this=20
error. The version in
>%windir%\system32 should still be the correct one (it's=20
a protected file, so
>it shouldn't have been overwritten), so you can probably=20
just re-register it
>and all should be well. Type "regsvr32 scrrun.dll" from=20
any command prompt.
>The version number on that file should be 5.6.0.6626.
>
>--=20
>All the Best,
>Kelly
>
>Microsoft-MVP Windows=AE XP
>
>In memory of Robert McGregor (aka Koldbear)
>http://www.btinternet.com/~winnoel/winhelp.htm
>
>Troubleshooting Windows XP
>http://www.kellys-korner-xp.com
>
>
>
>
>"Amir Ali" > wrote=20
in message=20
...
>>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=20
be
>> located in the dynamic link library ScrRun.dll"
>>
>>
>> How can i remove this error??=20
>
>
>.
>

Kelly
February 26th 04, 10:07 AM
More reading here and good luck: http://tinyurl.com/359ay

-
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




"Amir Ali" > wrote in message
...
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
>
>
>
>
>"Amir Ali" > wrote
in message
...
>>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??
>
>
>.
>

Torgeir Bakken (MVP)
March 3rd 04, 12:24 AM
Kelly wrote:

> 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 ) wrote that:

http://groups.google.com/groups?threadm=%23N66KgCyCHA.2532%40TK2MSFTNGP10

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

Kelly
March 4th 04, 09:04 AM
My bad. :o(

--
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




"Torgeir Bakken (MVP)" > wrote in message
...
> Kelly wrote:
>
>> 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 ) wrote that:
>
> http://groups.google.com/groups?threadm=%23N66KgCyCHA.2532%40TK2MSFTNGP10
>
> 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
>
>

Google