Trying to setup MSSQL 2005 Developer version in my new machine OS Windows XP Profesional SP3, when come to installation point, error message below appear:
"SQL Server Setup failed to obtain system account information for the ASPNET account. To proceed, reinstall the .NET framework, and then run SQL Server Setup again"
Under Add/Remove Programs, i have Framework 1.1, 2.0 and 3.0 installed.
What next? After surf around, here is the solution:
Steps:
1. Click on Start -> Run
2. Type in cmd and click OK
3. Command prompt screen will appear. go to"C:\Windows\Microsoft.NET\Framework\v1.1.4322" folder by using command cd C:\Windows\Microsoft.NET\Framework\v1.1.4322 and hit enter. Please refer screen below:
4. Type in aspnet_regiis -i and hit enter.
5. Screen below will be shown and dotnet user installed.
Try to install MSSQL 2005 again. It's work.
Problem solved.
18 comments:
Thanks a ton.
Rgds
Thanks a lot!!!
Awesome post. Thank you very much.
Thanks, that worked.
Regards
Jerry
To be current and without requiring .NET 1.1 installation... I suggest
cd \Windows\Microsoft.NET\Framework
\v2.0.50727 to yield the following:
Start installing ASP.NET (2.0.50727).
................
Finished installing ASP.NET (2.0.50727).
Ted Volk
This was just what I needed. A 30-second Google search to get to this post, 30 more seconds to follow directions, and I'm on my way. Excellent.
Excelent post. Thank you very much.
thank you very much!...will reiterate what gremtio said...change to cd \Windows\Microsoft.NET\Framework
\v2.0.50727
Thanks. Worked for me too. Clear straightforward instructions. Great.
Very Nice.
Its really helped me i a right time
Thanx a million times. GP
thanx a lot.... nthn is more frustrating thn error in installations.. ;) hehe. thnx again
Thank you..It worked after registering in the cmd prompt..
BTW I had dotnet 2 version only
Thanks it worked..after usign cmd step...
I had dotnet 2
Every time I install SQL I get this, and every time this post saves me!
Thanks.
Purpose Served...
thanks
but got 'sqlncli.msi' error
Quite interesting and informative topic
very use full tips thanks lots dudes realy it works for me thank you thank you..... all.....
Post a Comment