473,382 Members | 1,355 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Unable to install Framework 3.0 over Framework 1.1

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

Dec 20 '06 #1
5 7693
Ajith Menon wrote:
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/win.../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.
--
Tom Porterfield

Dec 20 '06 #2
Peter Bromberg [C# MVP] wrote:
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/de...ml/netfx30.asp
for additional information.
--
Tom Porterfield

Dec 20 '06 #3
Tom Porterfield wrote:
Have you tried the troubleshooting steps at
http://msdn2.microsoft.com/en-us/win.../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.
--
Tom Porterfield
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(Boole an throwIfFail)
at System.DirectoryServices.DirectoryEntry.Bind()
at System.DirectoryServices.DirectoryEntry.get_AdsObj ect()
at System.DirectoryServices.PropertyValueCollection.P opulateList()
at
System.DirectoryServices.PropertyValueCollection.. ctor(DirectoryEntry
entry, String propertyName)
at System.DirectoryServices.PropertyCollection.get_It em(String
propertyName)
at
System.ServiceModel.Install.IisHelper.CheckAspNetI nstalled(Boolean
throwKnownCOMException)
--- End of inner exception stack trace ---
at
System.ServiceModel.Install.IisHelper.CheckAspNetI nstalled(Boolean
throwKnownCOMException)
at System.ServiceModel.Install.IisHelper..cctor()
--- End of inner exception stack trace ---
at Microsoft.Tools.ServiceModel.CommandArguments..cto r(String[]
args)
at Microsoft.Tools.ServiceModel.ServiceModelReg.Run(S tring[] args)
at Microsoft.Tools.ServiceModel.ServiceModelReg.TryRu n(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(Boole an throwIfFail)
at System.DirectoryServices.DirectoryEntry.Bind()
at System.DirectoryServices.DirectoryEntry.get_AdsObj ect()
at System.DirectoryServices.PropertyValueCollection.P opulateList()
at
System.DirectoryServices.PropertyValueCollection.. ctor(DirectoryEntry
entry, String propertyName)
at System.DirectoryServices.PropertyCollection.get_It em(String
propertyName)
at
System.ServiceModel.Install.IisHelper.CheckAspNetI nstalled(Boolean
throwKnownCOMException)
--- End of inner exception stack trace ---
at
System.ServiceModel.Install.IisHelper.CheckAspNetI nstalled(Boolean
throwKnownCOMException)
at System.ServiceModel.Install.IisHelper..cctor()
--- End of inner exception stack trace ---
at Microsoft.Tools.ServiceModel.CommandArguments..cto r(String[]
args)
at Microsoft.Tools.ServiceModel.ServiceModelReg.Run(S tring[] args)
at Microsoft.Tools.ServiceModel.ServiceModelReg.TryRu n(String[]
args).

Can anybody help me with these errors ....

Regards
Ajith

Dec 21 '06 #4
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

Dec 21 '06 #5
"Ajith Menon" <ko********@gmail.comwrote in message
news:11**********************@80g2000cwy.googlegro ups.com...
Tom Porterfield wrote:
>Have you tried the troubleshooting steps at
http://msdn2.microsoft.com/en-us/win.../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.
--
Tom Porterfield

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(Boole an throwIfFail)
at System.DirectoryServices.DirectoryEntry.Bind()
at System.DirectoryServices.DirectoryEntry.get_AdsObj ect()
at System.DirectoryServices.PropertyValueCollection.P opulateList()
at
System.DirectoryServices.PropertyValueCollection.. ctor(DirectoryEntry
entry, String propertyName)
at System.DirectoryServices.PropertyCollection.get_It em(String
propertyName)
at
System.ServiceModel.Install.IisHelper.CheckAspNetI nstalled(Boolean
throwKnownCOMException)
--- End of inner exception stack trace ---
at
System.ServiceModel.Install.IisHelper.CheckAspNetI nstalled(Boolean
throwKnownCOMException)
at System.ServiceModel.Install.IisHelper..cctor()
--- End of inner exception stack trace ---
at Microsoft.Tools.ServiceModel.CommandArguments..cto r(String[]
args)
at Microsoft.Tools.ServiceModel.ServiceModelReg.Run(S tring[] args)
at Microsoft.Tools.ServiceModel.ServiceModelReg.TryRu n(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(Boole an throwIfFail)
at System.DirectoryServices.DirectoryEntry.Bind()
at System.DirectoryServices.DirectoryEntry.get_AdsObj ect()
at System.DirectoryServices.PropertyValueCollection.P opulateList()
at
System.DirectoryServices.PropertyValueCollection.. ctor(DirectoryEntry
entry, String propertyName)
at System.DirectoryServices.PropertyCollection.get_It em(String
propertyName)
at
System.ServiceModel.Install.IisHelper.CheckAspNetI nstalled(Boolean
throwKnownCOMException)
--- End of inner exception stack trace ---
at
System.ServiceModel.Install.IisHelper.CheckAspNetI nstalled(Boolean
throwKnownCOMException)
at System.ServiceModel.Install.IisHelper..cctor()
--- End of inner exception stack trace ---
at Microsoft.Tools.ServiceModel.CommandArguments..cto r(String[]
args)
at Microsoft.Tools.ServiceModel.ServiceModelReg.Run(S tring[] args)
at Microsoft.Tools.ServiceModel.ServiceModelReg.TryRu n(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.

Dec 21 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Reinhard Lehner | last post by:
Hi there! I spent the last week trying to fix this problem - I am always getting an error when trying to run an application (WinForms or PPC) out of Visual Studio IDE: 'Error while trying to...
1
by: Varad | last post by:
Hi, Am trying to install SQL Server Express CTP on my machine (Windows XP with SP1). I have downloaded the windows installer and .net framewrok specified in the readme file(ReadmeSQLEXP2005.htm)...
22
by: EP | last post by:
When running my asp.net hosting service (asp.net without IIS), on server 2003 with IIS not installed, I get the following when trying to process a request. "System.DllNotFoundException: Unable to...
1
by: Michael Turner | last post by:
Hi Guys I need help, someone in my office has decided to upgrade to FrameWork 1.1 on our webserver now when ever we try and run a web application from within ..net we get the following error,...
0
by: Michael R. Pierotti | last post by:
Has anyone seen this error before when trying to make the install on a program. ------ Starting pre-build validation for project 'HafaSMPPInstall' ------ WARNING: Unable to find dependency...
3
by: DJTN | last post by:
I'm getting the following error when I try to compile my setup project in VS 2002. I have re-installed the .net framework 1.1 and it didnt solve the problem. WARNING: Unable to find dependency...
7
by: Jed | last post by:
I am trying to open web project in VS 2003 using the File Share method. VS is running on XP Pro (Host) and I am accessing the root web of an XP Pro install on Virtual PC (Server) running on the...
1
by: Izzy | last post by:
I created a windows service using VS 2005 in VB.NET and it runs on my Windows XP Pro machine just fine, now I'm want to install it on one of my servers which is a Windows 2000 Terminal server...
0
by: Monty | last post by:
I have an installation package for my web application which has worked well. After rebuilding the package and running install, I began receiving this error message: Error 1001. Unable to get...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.