PC Review


Reply
Thread Tools Rate Thread

Can not register anything

 
 
Fie Fie Niles
Guest
Posts: n/a
 
      12th Nov 2003
At our client site, when I tested a simple ASP page like the following:
<%Session("test") = "this is testing"%>
they got an error either "HTTP 500 page cannot be displayed" or "error
'8002801d' . Library not registered. /ewinc/jb.asp, line 1"
On that IIS server machine, it seems that you can not register any file. For
ex:
regsvr32 c:\winnt\system32\MSVBVM60.DLL produces an error "DllRegisterServer
in c:\winnt\system32\MSVBVM60.DLL failed. Return code was: 0x800a0046"
The IIS server is a Win2000 SP4 machine. This server has c:\winnt instead of
c:\windows.

When I go to REGEDIT and look for MSVBVM60.DLL it only found it in
HKEY_LOCAL_MACHINE, SOFTWARE, MICROSOFT, WINDOWS\CURRENTVERSION\SHAREDDLLS,
and not in HKEY_CLASSES_ROOT, and it said c:\windows\system32\MSVBVM60.DLL
instead of c:\winnt\system32\MSVBVM60.DLL.

The person logging in has administrator right to this IIS server.

How can I fix the problem so that I can register in that server? Thank you.



 
Reply With Quote
 
 
 
 
Ray at
Guest
Posts: n/a
 
      12th Nov 2003
www.aspfaq.com/5003

Ray at work

"Fie Fie Niles" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> At our client site, when I tested a simple ASP page like the following:
> <%Session("test") = "this is testing"%>
> they got an error either "HTTP 500 page cannot be displayed" or "error
> '8002801d' . Library not registered. /ewinc/jb.asp, line 1"
> On that IIS server machine, it seems that you can not register any file.

For
> ex:
> regsvr32 c:\winnt\system32\MSVBVM60.DLL produces an error

"DllRegisterServer
> in c:\winnt\system32\MSVBVM60.DLL failed. Return code was: 0x800a0046"
> The IIS server is a Win2000 SP4 machine. This server has c:\winnt instead

of
> c:\windows.
>
> When I go to REGEDIT and look for MSVBVM60.DLL it only found it in
> HKEY_LOCAL_MACHINE, SOFTWARE, MICROSOFT,

WINDOWS\CURRENTVERSION\SHAREDDLLS,
> and not in HKEY_CLASSES_ROOT, and it said c:\windows\system32\MSVBVM60.DLL
> instead of c:\winnt\system32\MSVBVM60.DLL.
>
> The person logging in has administrator right to this IIS server.
>
> How can I fix the problem so that I can register in that server? Thank

you.
>
>
>



 
Reply With Quote
 
Fie Fie Niles
Guest
Posts: n/a
 
      12th Nov 2003
OK,sorry. Do you know the answer to my problem?
Thanks.


"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:#(E-Mail Removed)...
> www.aspfaq.com/5003
>
> Ray at work
>
> "Fie Fie Niles" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > At our client site, when I tested a simple ASP page like the following:
> > <%Session("test") = "this is testing"%>
> > they got an error either "HTTP 500 page cannot be displayed" or "error
> > '8002801d' . Library not registered. /ewinc/jb.asp, line 1"
> > On that IIS server machine, it seems that you can not register any file.

> For
> > ex:
> > regsvr32 c:\winnt\system32\MSVBVM60.DLL produces an error

> "DllRegisterServer
> > in c:\winnt\system32\MSVBVM60.DLL failed. Return code was: 0x800a0046"
> > The IIS server is a Win2000 SP4 machine. This server has c:\winnt

instead
> of
> > c:\windows.
> >
> > When I go to REGEDIT and look for MSVBVM60.DLL it only found it in
> > HKEY_LOCAL_MACHINE, SOFTWARE, MICROSOFT,

> WINDOWS\CURRENTVERSION\SHAREDDLLS,
> > and not in HKEY_CLASSES_ROOT, and it said

c:\windows\system32\MSVBVM60.DLL
> > instead of c:\winnt\system32\MSVBVM60.DLL.
> >
> > The person logging in has administrator right to this IIS server.
> >
> > How can I fix the problem so that I can register in that server? Thank

> you.
> >
> >
> >

>
>



 
Reply With Quote
 
Ray at
Guest
Posts: n/a
 
      12th Nov 2003
I don't know. jp.asp's line 1 is literally:

<% Session("Test") = "this is a test" %>

? Is that the entire asp file, with absolutely zero other lines of anything
anywhere at all in it?

Ray at work

"Fie Fie Niles" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> OK,sorry. Do you know the answer to my problem?
> Thanks.
>
>
> "Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
> news:#(E-Mail Removed)...
> > www.aspfaq.com/5003
> >
> > Ray at work
> >
> > "Fie Fie Niles" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > At our client site, when I tested a simple ASP page like the

following:
> > > <%Session("test") = "this is testing"%>
> > > they got an error either "HTTP 500 page cannot be displayed" or "error
> > > '8002801d' . Library not registered. /ewinc/jb.asp, line 1"
> > > On that IIS server machine, it seems that you can not register any

file.
> > For
> > > ex:
> > > regsvr32 c:\winnt\system32\MSVBVM60.DLL produces an error

> > "DllRegisterServer
> > > in c:\winnt\system32\MSVBVM60.DLL failed. Return code was:

0x800a0046"
> > > The IIS server is a Win2000 SP4 machine. This server has c:\winnt

> instead
> > of
> > > c:\windows.
> > >
> > > When I go to REGEDIT and look for MSVBVM60.DLL it only found it in
> > > HKEY_LOCAL_MACHINE, SOFTWARE, MICROSOFT,

> > WINDOWS\CURRENTVERSION\SHAREDDLLS,
> > > and not in HKEY_CLASSES_ROOT, and it said

> c:\windows\system32\MSVBVM60.DLL
> > > instead of c:\winnt\system32\MSVBVM60.DLL.
> > >
> > > The person logging in has administrator right to this IIS server.
> > >
> > > How can I fix the problem so that I can register in that server? Thank

> > you.
> > >
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
Fie Fie Niles
Guest
Posts: n/a
 
      12th Nov 2003
Yes, no other line. That's the only line. We just want to test with a very
simple ASP without any other line in it to narrow down the problem.
I renamed GLOBAL.ASA to GLOBAL.OLD so it is not being called.

Since the error sometimes say "Library not registered", could it be possible
that some ASP dll is not being registered? Because I can't register anything
on that machine. I also check for ASP.DLL, it's not in the Registry, but the
file is there in c:\winnt\system\inetsrv.

Pls help. Thanks.


"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:#(E-Mail Removed)...
> I don't know. jp.asp's line 1 is literally:
>
> <% Session("Test") = "this is a test" %>
>
> ? Is that the entire asp file, with absolutely zero other lines of

anything
> anywhere at all in it?
>
> Ray at work
>
> "Fie Fie Niles" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> > OK,sorry. Do you know the answer to my problem?
> > Thanks.
> >
> >
> > "Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
> > news:#(E-Mail Removed)...
> > > www.aspfaq.com/5003
> > >
> > > Ray at work
> > >
> > > "Fie Fie Niles" <(E-Mail Removed)> wrote in message
> > > news:(E-Mail Removed)...
> > > > At our client site, when I tested a simple ASP page like the

> following:
> > > > <%Session("test") = "this is testing"%>
> > > > they got an error either "HTTP 500 page cannot be displayed" or

"error
> > > > '8002801d' . Library not registered. /ewinc/jb.asp, line 1"
> > > > On that IIS server machine, it seems that you can not register any

> file.
> > > For
> > > > ex:
> > > > regsvr32 c:\winnt\system32\MSVBVM60.DLL produces an error
> > > "DllRegisterServer
> > > > in c:\winnt\system32\MSVBVM60.DLL failed. Return code was:

> 0x800a0046"
> > > > The IIS server is a Win2000 SP4 machine. This server has c:\winnt

> > instead
> > > of
> > > > c:\windows.
> > > >
> > > > When I go to REGEDIT and look for MSVBVM60.DLL it only found it in
> > > > HKEY_LOCAL_MACHINE, SOFTWARE, MICROSOFT,
> > > WINDOWS\CURRENTVERSION\SHAREDDLLS,
> > > > and not in HKEY_CLASSES_ROOT, and it said

> > c:\windows\system32\MSVBVM60.DLL
> > > > instead of c:\winnt\system32\MSVBVM60.DLL.
> > > >
> > > > The person logging in has administrator right to this IIS server.
> > > >
> > > > How can I fix the problem so that I can register in that server?

Thank
> > > you.
> > > >
> > > >
> > > >
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
Fie Fie Niles
Guest
Posts: n/a
 
      13th Nov 2003
Yes, that is the ONLY line on that ASP page, because I just want to do some
testing.
I already renamed GLOBAL.ASA to GLOBAL.OLD, so JB.ASP is the only program
being run.

On that server, we can not register any file, including any Microsoft DLLs.
ASP.DLL is not in the REGISTRY, and we can not register ASP.DLL, it
gives the error ""DllRegisterServer in c:\winnt\system32\inetsrv\ASP.DLL
failed."

May be the DLL that processes Session variable for ASP is not being
registered? Do you know what DLL that processess Session variable?

Does this have anything to do with the right in the Active Directory perhaps
not being setup correctly? I was told that the person logging in to the
server have administrator right to the server. What can I do? Thanks a lot.


"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:#(E-Mail Removed)...
> I don't know. jp.asp's line 1 is literally:
>
> <% Session("Test") = "this is a test" %>
>
> ? Is that the entire asp file, with absolutely zero other lines of

anything
> anywhere at all in it?
>
> Ray at work
>
> "Fie Fie Niles" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> > OK,sorry. Do you know the answer to my problem?
> > Thanks.
> >
> >
> > "Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
> > news:#(E-Mail Removed)...
> > > www.aspfaq.com/5003
> > >
> > > Ray at work
> > >
> > > "Fie Fie Niles" <(E-Mail Removed)> wrote in message
> > > news:(E-Mail Removed)...
> > > > At our client site, when I tested a simple ASP page like the

> following:
> > > > <%Session("test") = "this is testing"%>
> > > > they got an error either "HTTP 500 page cannot be displayed" or

"error
> > > > '8002801d' . Library not registered. /ewinc/jb.asp, line 1"
> > > > On that IIS server machine, it seems that you can not register any

> file.
> > > For
> > > > ex:
> > > > regsvr32 c:\winnt\system32\MSVBVM60.DLL produces an error
> > > "DllRegisterServer
> > > > in c:\winnt\system32\MSVBVM60.DLL failed. Return code was:

> 0x800a0046"
> > > > The IIS server is a Win2000 SP4 machine. This server has c:\winnt

> > instead
> > > of
> > > > c:\windows.
> > > >
> > > > When I go to REGEDIT and look for MSVBVM60.DLL it only found it in
> > > > HKEY_LOCAL_MACHINE, SOFTWARE, MICROSOFT,
> > > WINDOWS\CURRENTVERSION\SHAREDDLLS,
> > > > and not in HKEY_CLASSES_ROOT, and it said

> > c:\windows\system32\MSVBVM60.DLL
> > > > instead of c:\winnt\system32\MSVBVM60.DLL.
> > > >
> > > > The person logging in has administrator right to this IIS server.
> > > >
> > > > How can I fix the problem so that I can register in that server?

Thank
> > > you.
> > > >
> > > >
> > > >
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
Ray at
Guest
Posts: n/a
 
      13th Nov 2003
How about reinstalling IIS?

Ray at work

"Fie Fie Niles" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Yes, that is the ONLY line on that ASP page, because I just want to do

some
> testing.
> I already renamed GLOBAL.ASA to GLOBAL.OLD, so JB.ASP is the only program
> being run.
>
> On that server, we can not register any file, including any Microsoft

DLLs.
> ASP.DLL is not in the REGISTRY, and we can not register ASP.DLL, it
> gives the error ""DllRegisterServer in c:\winnt\system32\inetsrv\ASP.DLL
> failed."
>
> May be the DLL that processes Session variable for ASP is not being
> registered? Do you know what DLL that processess Session variable?
>
> Does this have anything to do with the right in the Active Directory

perhaps
> not being setup correctly? I was told that the person logging in to the
> server have administrator right to the server. What can I do? Thanks a

lot.
>
>
> "Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
> news:#(E-Mail Removed)...
> > I don't know. jp.asp's line 1 is literally:
> >
> > <% Session("Test") = "this is a test" %>
> >
> > ? Is that the entire asp file, with absolutely zero other lines of

> anything
> > anywhere at all in it?
> >
> > Ray at work
> >
> > "Fie Fie Niles" <(E-Mail Removed)> wrote in message
> > news:%(E-Mail Removed)...
> > > OK,sorry. Do you know the answer to my problem?
> > > Thanks.
> > >
> > >
> > > "Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in

message
> > > news:#(E-Mail Removed)...
> > > > www.aspfaq.com/5003
> > > >
> > > > Ray at work
> > > >
> > > > "Fie Fie Niles" <(E-Mail Removed)> wrote in message
> > > > news:(E-Mail Removed)...
> > > > > At our client site, when I tested a simple ASP page like the

> > following:
> > > > > <%Session("test") = "this is testing"%>
> > > > > they got an error either "HTTP 500 page cannot be displayed" or

> "error
> > > > > '8002801d' . Library not registered. /ewinc/jb.asp, line 1"
> > > > > On that IIS server machine, it seems that you can not register any

> > file.
> > > > For
> > > > > ex:
> > > > > regsvr32 c:\winnt\system32\MSVBVM60.DLL produces an error
> > > > "DllRegisterServer
> > > > > in c:\winnt\system32\MSVBVM60.DLL failed. Return code was:

> > 0x800a0046"
> > > > > The IIS server is a Win2000 SP4 machine. This server has c:\winnt
> > > instead
> > > > of
> > > > > c:\windows.
> > > > >
> > > > > When I go to REGEDIT and look for MSVBVM60.DLL it only found it in
> > > > > HKEY_LOCAL_MACHINE, SOFTWARE, MICROSOFT,
> > > > WINDOWS\CURRENTVERSION\SHAREDDLLS,
> > > > > and not in HKEY_CLASSES_ROOT, and it said
> > > c:\windows\system32\MSVBVM60.DLL
> > > > > instead of c:\winnt\system32\MSVBVM60.DLL.
> > > > >
> > > > > The person logging in has administrator right to this IIS server.
> > > > >
> > > > > How can I fix the problem so that I can register in that server?

> Thank
> > > > you.
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
Fie Fie Niles
Guest
Posts: n/a
 
      13th Nov 2003
Thanks.
Is ASP.DLL being copied and registered when installing IIS?
They are using IIS 5 right now and Windows 2000 SP 4.


"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:(E-Mail Removed)...
> How about reinstalling IIS?
>
> Ray at work
>
> "Fie Fie Niles" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> > Yes, that is the ONLY line on that ASP page, because I just want to do

> some
> > testing.
> > I already renamed GLOBAL.ASA to GLOBAL.OLD, so JB.ASP is the only

program
> > being run.
> >
> > On that server, we can not register any file, including any Microsoft

> DLLs.
> > ASP.DLL is not in the REGISTRY, and we can not register ASP.DLL, it
> > gives the error ""DllRegisterServer in c:\winnt\system32\inetsrv\ASP.DLL
> > failed."
> >
> > May be the DLL that processes Session variable for ASP is not being
> > registered? Do you know what DLL that processess Session variable?
> >
> > Does this have anything to do with the right in the Active Directory

> perhaps
> > not being setup correctly? I was told that the person logging in to the
> > server have administrator right to the server. What can I do? Thanks a

> lot.
> >
> >
> > "Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
> > news:#(E-Mail Removed)...
> > > I don't know. jp.asp's line 1 is literally:
> > >
> > > <% Session("Test") = "this is a test" %>
> > >
> > > ? Is that the entire asp file, with absolutely zero other lines of

> > anything
> > > anywhere at all in it?
> > >
> > > Ray at work
> > >
> > > "Fie Fie Niles" <(E-Mail Removed)> wrote in message
> > > news:%(E-Mail Removed)...
> > > > OK,sorry. Do you know the answer to my problem?
> > > > Thanks.
> > > >
> > > >
> > > > "Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in

> message
> > > > news:#(E-Mail Removed)...
> > > > > www.aspfaq.com/5003
> > > > >
> > > > > Ray at work
> > > > >
> > > > > "Fie Fie Niles" <(E-Mail Removed)> wrote in message
> > > > > news:(E-Mail Removed)...
> > > > > > At our client site, when I tested a simple ASP page like the
> > > following:
> > > > > > <%Session("test") = "this is testing"%>
> > > > > > they got an error either "HTTP 500 page cannot be displayed" or

> > "error
> > > > > > '8002801d' . Library not registered. /ewinc/jb.asp, line 1"
> > > > > > On that IIS server machine, it seems that you can not register

any
> > > file.
> > > > > For
> > > > > > ex:
> > > > > > regsvr32 c:\winnt\system32\MSVBVM60.DLL produces an error
> > > > > "DllRegisterServer
> > > > > > in c:\winnt\system32\MSVBVM60.DLL failed. Return code was:
> > > 0x800a0046"
> > > > > > The IIS server is a Win2000 SP4 machine. This server has

c:\winnt
> > > > instead
> > > > > of
> > > > > > c:\windows.
> > > > > >
> > > > > > When I go to REGEDIT and look for MSVBVM60.DLL it only found it

in
> > > > > > HKEY_LOCAL_MACHINE, SOFTWARE, MICROSOFT,
> > > > > WINDOWS\CURRENTVERSION\SHAREDDLLS,
> > > > > > and not in HKEY_CLASSES_ROOT, and it said
> > > > c:\windows\system32\MSVBVM60.DLL
> > > > > > instead of c:\winnt\system32\MSVBVM60.DLL.
> > > > > >
> > > > > > The person logging in has administrator right to this IIS

server.
> > > > > >
> > > > > > How can I fix the problem so that I can register in that server?

> > Thank
> > > > > you.
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
Fie Fie Niles
Guest
Posts: n/a
 
      13th Nov 2003
I would like to add 1 more thing. Even if they reinstall IIS, they will
still have the problem where we can not register any files in that machine
at all (for ex: MSVBVM60.DLL, etc.). Any suggestion on how to figure out
this problem? Thanks.


"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:(E-Mail Removed)...
> How about reinstalling IIS?
>
> Ray at work
>
> "Fie Fie Niles" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> > Yes, that is the ONLY line on that ASP page, because I just want to do

> some
> > testing.
> > I already renamed GLOBAL.ASA to GLOBAL.OLD, so JB.ASP is the only

program
> > being run.
> >
> > On that server, we can not register any file, including any Microsoft

> DLLs.
> > ASP.DLL is not in the REGISTRY, and we can not register ASP.DLL, it
> > gives the error ""DllRegisterServer in c:\winnt\system32\inetsrv\ASP.DLL
> > failed."
> >
> > May be the DLL that processes Session variable for ASP is not being
> > registered? Do you know what DLL that processess Session variable?
> >
> > Does this have anything to do with the right in the Active Directory

> perhaps
> > not being setup correctly? I was told that the person logging in to the
> > server have administrator right to the server. What can I do? Thanks a

> lot.
> >
> >
> > "Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
> > news:#(E-Mail Removed)...
> > > I don't know. jp.asp's line 1 is literally:
> > >
> > > <% Session("Test") = "this is a test" %>
> > >
> > > ? Is that the entire asp file, with absolutely zero other lines of

> > anything
> > > anywhere at all in it?
> > >
> > > Ray at work
> > >
> > > "Fie Fie Niles" <(E-Mail Removed)> wrote in message
> > > news:%(E-Mail Removed)...
> > > > OK,sorry. Do you know the answer to my problem?
> > > > Thanks.
> > > >
> > > >
> > > > "Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in

> message
> > > > news:#(E-Mail Removed)...
> > > > > www.aspfaq.com/5003
> > > > >
> > > > > Ray at work
> > > > >
> > > > > "Fie Fie Niles" <(E-Mail Removed)> wrote in message
> > > > > news:(E-Mail Removed)...
> > > > > > At our client site, when I tested a simple ASP page like the
> > > following:
> > > > > > <%Session("test") = "this is testing"%>
> > > > > > they got an error either "HTTP 500 page cannot be displayed" or

> > "error
> > > > > > '8002801d' . Library not registered. /ewinc/jb.asp, line 1"
> > > > > > On that IIS server machine, it seems that you can not register

any
> > > file.
> > > > > For
> > > > > > ex:
> > > > > > regsvr32 c:\winnt\system32\MSVBVM60.DLL produces an error
> > > > > "DllRegisterServer
> > > > > > in c:\winnt\system32\MSVBVM60.DLL failed. Return code was:
> > > 0x800a0046"
> > > > > > The IIS server is a Win2000 SP4 machine. This server has

c:\winnt
> > > > instead
> > > > > of
> > > > > > c:\windows.
> > > > > >
> > > > > > When I go to REGEDIT and look for MSVBVM60.DLL it only found it

in
> > > > > > HKEY_LOCAL_MACHINE, SOFTWARE, MICROSOFT,
> > > > > WINDOWS\CURRENTVERSION\SHAREDDLLS,
> > > > > > and not in HKEY_CLASSES_ROOT, and it said
> > > > c:\windows\system32\MSVBVM60.DLL
> > > > > > instead of c:\winnt\system32\MSVBVM60.DLL.
> > > > > >
> > > > > > The person logging in has administrator right to this IIS

server.
> > > > > >
> > > > > > How can I fix the problem so that I can register in that server?

> > Thank
> > > > > you.
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
[HELP]Register doesn't allow install-programs to register dll-file =?Utf-8?B?Q29tcGFjdA==?= Windows XP Help 2 3rd Jul 2007 02:00 PM
I cant figgure out how to un register outlook and register to a new user Dan Leech Microsoft Outlook Installation 0 25th May 2004 08:25 PM
Register... Inform... Windows XP Setup 1 13th Mar 2004 07:55 PM
register a dll niknik1971 Windows XP General 2 16th Oct 2003 10:40 PM
cant get win xp to register samuel Windows XP Networking 0 5th Aug 2003 12:30 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:49 AM.