Unable to install Framework 3.0 over Framework 1.1

A

Ajith Menon

I have to install .NET framework 3.0. I already have .NET Framework 1.1
installed on my machine.
I don't want to remove framework 1.1 since some of the critical
applications are using it.

While installing .NET framework 3.0 I got the error:
"Microsoft .NET Framework 3.0 x86 has encountered a problem during
setup. Setup did not complete correctly."

Error Signature:
EventType : wap10setup P1 : 13855 P2 :
3.0.04506.30_waprtm_x86_sfx
P3 : mc P4 : inst P5 : f
P6 : dd_ca_installxwsregexe_x86.3643236f_fc70_11d3 P7 : 0 P8 :
1603
P9 : - P10 : windows communic



Can anybody help me with this ....

Regards,
Ajith
 
T

Tom Porterfield

Ajith said:
I have to install .NET framework 3.0. I already have .NET Framework 1.1
installed on my machine.
I don't want to remove framework 1.1 since some of the critical
applications are using it.

While installing .NET framework 3.0 I got the error:
"Microsoft .NET Framework 3.0 x86 has encountered a problem during
setup. Setup did not complete correctly."

Error Signature:
EventType : wap10setup P1 : 13855 P2 :
3.0.04506.30_waprtm_x86_sfx
P3 : mc P4 : inst P5 : f
P6 : dd_ca_installxwsregexe_x86.3643236f_fc70_11d3 P7 : 0 P8 :
1603
P9 : - P10 : windows communic



Can anybody help me with this ....

Have you tried the troubleshooting steps at
http://msdn2.microsoft.com/en-us/windowsvista/bb188202.aspx ? As a node,
3.0 will not install over 1.1. Rather it will install beside 1.1, meaning
you will have both versions installed once complete, which is what you want.
 
T

Tom Porterfield

Peter said:
If I am not mistaken, Framework 3.0 consists of extensions to, and
requires, the installation of Framework 2.0.

It is not a "complete, standalone" .NET Framework installation.

You are patially mistaken. While .NET 3.0 is basically new components added
to .NET 2.0, installing .NET 3.0 on a machine will add any missing .NET 2.0
components as well as the new 3.0 componets. So if 2.0 is not installed, it
will be as part of the 3.0 install. If 2.0 is already installed, then the
3.0 install only adds the new components. See
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnlong/html/netfx30.asp
for additional information.
 
A

Ajith Menon

Tom said:
Have you tried the troubleshooting steps at
http://msdn2.microsoft.com/en-us/windowsvista/bb188202.aspx ? As a node,
3.0 will not install over 1.1. Rather it will install beside 1.1, meaning
you will have both versions installed once complete, which is what you want.

You are right, I want both the versions.
The link you have given i suppose is for windows vista. I am installing
on Windows XP with SP2.
Any how have 3.2Ghz dual core processor and 2GB RAM ... so that won't
be a problem.

In the event viewer i got these errors:

First Error:
The description for Event ID ( 1018 ) in Source ( ASP.NET 2.0.50727.0 )
cannot be found. The local computer may not have the necessary registry
information or message DLL files to display messages from a remote
computer. You may be able to use the /AUXSOURCE= flag to retrieve this
description; see Help and Support for details. The following
information is part of the event: 2.0.50727.0, 0x8007041d.

Second Error:
The description for Event ID ( 0 ) in Source (
System.ServiceModel.Install 3.0.0.0 ) cannot be found. The local
computer may not have the necessary registry information or message DLL
files to display messages from a remote computer. You may be able to
use the /AUXSOURCE= flag to retrieve this description; see Help and
Support for details. The following information is part of the event:
System.TypeInitializationException: The type initializer for
'System.ServiceModel.Install.IisHelper' threw an exception. --->
System.ApplicationException: ServiceModelReg.exe has detected a
possible corruption in the IIS metabase that prevents the registration
of the ServiceModel IIS scriptmaps. Please either fix the IIS metabase
corruption, or, if you do not desire ServiceModel WebHost funtionality,
disable the IISAdmin service and reregister ServiceModel. --->
System.Runtime.InteropServices.COMException (0x8007041D): The service
did not respond to the start or control request in a timely fashion.

at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail)
at System.DirectoryServices.DirectoryEntry.Bind()
at System.DirectoryServices.DirectoryEntry.get_AdsObject()
at System.DirectoryServices.PropertyValueCollection.PopulateList()
at
System.DirectoryServices.PropertyValueCollection..ctor(DirectoryEntry
entry, String propertyName)
at System.DirectoryServices.PropertyCollection.get_Item(String
propertyName)
at
System.ServiceModel.Install.IisHelper.CheckAspNetInstalled(Boolean
throwKnownCOMException)
--- End of inner exception stack trace ---
at
System.ServiceModel.Install.IisHelper.CheckAspNetInstalled(Boolean
throwKnownCOMException)
at System.ServiceModel.Install.IisHelper..cctor()
--- End of inner exception stack trace ---
at Microsoft.Tools.ServiceModel.CommandArguments..ctor(String[]
args)
at Microsoft.Tools.ServiceModel.ServiceModelReg.Run(String[] args)
at Microsoft.Tools.ServiceModel.ServiceModelReg.TryRun(String[]
args).



Third Error:
The description for Event ID ( 0 ) in Source (
System.ServiceModel.Install 3.0.0.0 ) cannot be found. The local
computer may not have the necessary registry information or message DLL
files to display messages from a remote computer. You may be able to
use the /AUXSOURCE= flag to retrieve this description; see Help and
Support for details. The following information is part of the event:
System.TypeInitializationException: The type initializer for
'System.ServiceModel.Install.IisHelper' threw an exception. --->
System.ApplicationException: ServiceModelReg.exe has detected a
possible corruption in the IIS metabase that prevents the registration
of the ServiceModel IIS scriptmaps. Please either fix the IIS metabase
corruption, or, if you do not desire ServiceModel WebHost funtionality,
disable the IISAdmin service and reregister ServiceModel. --->
System.Runtime.InteropServices.COMException (0x8007041D): The service
did not respond to the start or control request in a timely fashion.

at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail)
at System.DirectoryServices.DirectoryEntry.Bind()
at System.DirectoryServices.DirectoryEntry.get_AdsObject()
at System.DirectoryServices.PropertyValueCollection.PopulateList()
at
System.DirectoryServices.PropertyValueCollection..ctor(DirectoryEntry
entry, String propertyName)
at System.DirectoryServices.PropertyCollection.get_Item(String
propertyName)
at
System.ServiceModel.Install.IisHelper.CheckAspNetInstalled(Boolean
throwKnownCOMException)
--- End of inner exception stack trace ---
at
System.ServiceModel.Install.IisHelper.CheckAspNetInstalled(Boolean
throwKnownCOMException)
at System.ServiceModel.Install.IisHelper..cctor()
--- End of inner exception stack trace ---
at Microsoft.Tools.ServiceModel.CommandArguments..ctor(String[]
args)
at Microsoft.Tools.ServiceModel.ServiceModelReg.Run(String[] args)
at Microsoft.Tools.ServiceModel.ServiceModelReg.TryRun(String[]
args).

Can anybody help me with these errors ....

Regards
Ajith
 
A

Ajith Menon

System.ApplicationException: ServiceModelReg.exe has detected a
possible corruption in the IIS metabase that prevents the registration
of the ServiceModel IIS scriptmaps. Please either fix the IIS metabase
corruption, or, if you do not desire ServiceModel WebHost funtionality,
disable the IISAdmin service and reregister ServiceModel. --->

I got the problem and was also able to solve it.

Actually when 1.1 is already installed and 3.0 is installed besides it
.... IIS metabase sometimes gets corrupted.

The solution is to uninstall and reinstall the IIS. After that install
the framework 3.0 .

Thanks for the help.

Regards,
Ajith
 
W

Willy Denoyette [MVP]

Ajith Menon said:
Tom said:
Have you tried the troubleshooting steps at
http://msdn2.microsoft.com/en-us/windowsvista/bb188202.aspx ? As a node,
3.0 will not install over 1.1. Rather it will install beside 1.1, meaning
you will have both versions installed once complete, which is what you want.

You are right, I want both the versions.
The link you have given i suppose is for windows vista. I am installing
on Windows XP with SP2.
Any how have 3.2Ghz dual core processor and 2GB RAM ... so that won't
be a problem.

In the event viewer i got these errors:

First Error:
The description for Event ID ( 1018 ) in Source ( ASP.NET 2.0.50727.0 )
cannot be found. The local computer may not have the necessary registry
information or message DLL files to display messages from a remote
computer. You may be able to use the /AUXSOURCE= flag to retrieve this
description; see Help and Support for details. The following
information is part of the event: 2.0.50727.0, 0x8007041d.

Second Error:
The description for Event ID ( 0 ) in Source (
System.ServiceModel.Install 3.0.0.0 ) cannot be found. The local
computer may not have the necessary registry information or message DLL
files to display messages from a remote computer. You may be able to
use the /AUXSOURCE= flag to retrieve this description; see Help and
Support for details. The following information is part of the event:
System.TypeInitializationException: The type initializer for
'System.ServiceModel.Install.IisHelper' threw an exception. --->
System.ApplicationException: ServiceModelReg.exe has detected a
possible corruption in the IIS metabase that prevents the registration
of the ServiceModel IIS scriptmaps. Please either fix the IIS metabase
corruption, or, if you do not desire ServiceModel WebHost funtionality,
disable the IISAdmin service and reregister ServiceModel. --->
System.Runtime.InteropServices.COMException (0x8007041D): The service
did not respond to the start or control request in a timely fashion.

at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail)
at System.DirectoryServices.DirectoryEntry.Bind()
at System.DirectoryServices.DirectoryEntry.get_AdsObject()
at System.DirectoryServices.PropertyValueCollection.PopulateList()
at
System.DirectoryServices.PropertyValueCollection..ctor(DirectoryEntry
entry, String propertyName)
at System.DirectoryServices.PropertyCollection.get_Item(String
propertyName)
at
System.ServiceModel.Install.IisHelper.CheckAspNetInstalled(Boolean
throwKnownCOMException)
--- End of inner exception stack trace ---
at
System.ServiceModel.Install.IisHelper.CheckAspNetInstalled(Boolean
throwKnownCOMException)
at System.ServiceModel.Install.IisHelper..cctor()
--- End of inner exception stack trace ---
at Microsoft.Tools.ServiceModel.CommandArguments..ctor(String[]
args)
at Microsoft.Tools.ServiceModel.ServiceModelReg.Run(String[] args)
at Microsoft.Tools.ServiceModel.ServiceModelReg.TryRun(String[]
args).



Third Error:
The description for Event ID ( 0 ) in Source (
System.ServiceModel.Install 3.0.0.0 ) cannot be found. The local
computer may not have the necessary registry information or message DLL
files to display messages from a remote computer. You may be able to
use the /AUXSOURCE= flag to retrieve this description; see Help and
Support for details. The following information is part of the event:
System.TypeInitializationException: The type initializer for
'System.ServiceModel.Install.IisHelper' threw an exception. --->
System.ApplicationException: ServiceModelReg.exe has detected a
possible corruption in the IIS metabase that prevents the registration
of the ServiceModel IIS scriptmaps. Please either fix the IIS metabase
corruption, or, if you do not desire ServiceModel WebHost funtionality,
disable the IISAdmin service and reregister ServiceModel. --->
System.Runtime.InteropServices.COMException (0x8007041D): The service
did not respond to the start or control request in a timely fashion.

at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail)
at System.DirectoryServices.DirectoryEntry.Bind()
at System.DirectoryServices.DirectoryEntry.get_AdsObject()
at System.DirectoryServices.PropertyValueCollection.PopulateList()
at
System.DirectoryServices.PropertyValueCollection..ctor(DirectoryEntry
entry, String propertyName)
at System.DirectoryServices.PropertyCollection.get_Item(String
propertyName)
at
System.ServiceModel.Install.IisHelper.CheckAspNetInstalled(Boolean
throwKnownCOMException)
--- End of inner exception stack trace ---
at
System.ServiceModel.Install.IisHelper.CheckAspNetInstalled(Boolean
throwKnownCOMException)
at System.ServiceModel.Install.IisHelper..cctor()
--- End of inner exception stack trace ---
at Microsoft.Tools.ServiceModel.CommandArguments..ctor(String[]
args)
at Microsoft.Tools.ServiceModel.ServiceModelReg.Run(String[] args)
at Microsoft.Tools.ServiceModel.ServiceModelReg.TryRun(String[]
args).

Can anybody help me with these errors ....

Regards
Ajith

The FW3 redistribution installs FW 2.0 if not yet installed, your problem is due to an error
in the IIS metabase. Do as the error2 message suggests;
System.ApplicationException: ServiceModelReg.exe has detected a
possible corruption in the IIS metabase that prevents the registration
of the ServiceModel IIS scriptmaps. Please either fix the IIS metabase
corruption, or, if you do not desire ServiceModel WebHost funtionality,
disable the IISAdmin service and reregister ServiceModel. --->

that is, fix the metabase by repairing IIS or disable IISAdmin service during install.

Willy.
 

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