Click here to Skip to main content
15,900,258 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have Windows7 Prof which came with my new laptop. i have VS2008 and i am trying to install mapping for asp.net ver. 2.0.50727 by going to command prompt and typing c:\.aspnet_regiis.exe -i , A error shows in command prompted as occured 0x80004005 Unspecified error and 2 error pops up throwing an error: 0x8007000b .I have check for windows updates and they r no updates. Kindly Help me.
Posted

1 solution

Check the Link
http://www.eggheadcafe.com/software/aspnet/31561118/windows-update-error-0x80.aspx[^]

OR Try Using

MSDOS:

cd c:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727
aspnet_regiis.exe -i -enable
cd c:\WINDOWS\system32
cscript IISExt.vbs /EnExt "ASP.NET v2.0.50727"

Run the setup again.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900