472,974 Members | 1,721 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,974 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 7668
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
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...
4
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

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.