Error Code is 0xd

7

- 781 -

When I try to install IIS in windows components in Windows XP Pro I get an
error stating the following:

Setup could not copy one or more files.
The specific error code is 0xd. Press OK to continue or
Cancel to stop setup and try again. If you continue the
components may not function properly.

When I click OK, iis.msc is not available.

How can this be fixed?
Please advise. Thank you.
Gino
 
E

Egbert Nierop \(MVP for IIS\)

- 781 - said:
When I try to install IIS in windows components in Windows XP Pro I get an
error stating the following:

Setup could not copy one or more files.
The specific error code is 0xd. Press OK to continue or
Cancel to stop setup and try again. If you continue the
components may not function properly.

When I click OK, iis.msc is not available.

How can this be fixed?

0xd stands for 'the data is invalid'
Possibly the CD is corrupt. Try to clean it and retry. Otherwise, You can
ask microsoft services to supply you with a new CD since yours seems
corrupt.
 
7

- 781 -

Setup is not even trying to access the CD.
I changed the CD twice. Borrowed my brother's to test if mine was corrupted.
But the setup, when it runs, is not even trying to access the cd. I dont'
hear the cd spinnig in the drive.
Gino
 
7

- 781 -

I have reinstalled (upgrade choice) win xp pro and IIS works fine now ...
However when I try to start Visual Studio .NET 2003 ASP.NET project, I get
an error
as follows:

Visual Studio .NET has detected that the specified Web server is not running
ASP.NET version 1.1. You will be unable to run ASP.NET Web applications or
services.

Any ideas on how to incorporate v1.1 into .NET 2003?

Some hints to what might have been wrong.

1. I have had VS.NET 2003 already installed before installing IIS.
2. When I updated my system through windows update website, MS.NET Framework
1.0 was never removed ...

Thanks in advance
Gino.
 
E

Egbert Nierop \(MVP for IIS\)

- 781 - said:
I have reinstalled (upgrade choice) win xp pro and IIS works fine now ...
However when I try to start Visual Studio .NET 2003 ASP.NET project, I get
an error
as follows:

Visual Studio .NET has detected that the specified Web server is not running
ASP.NET version 1.1. You will be unable to run ASP.NET Web applications or
services.

Any ideas on how to incorporate v1.1 into .NET 2003?
Hi


Be sure your webserver runs. http://localhost should be sufficient to test
if it does.

Some hints to what might have been wrong.

1. I have had VS.NET 2003 already installed before installing IIS.
That's the point. VS.NET upgrades IIS but if you first install VS and then
IIS, it won't work.

run at the command line:
Aspnet_regiis -i

2. When I updated my system through windows update website, MS.NET Framework
1.0 was never removed ...

Framework 1.1 is installed and 1.0 should be kept.
 

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