up vote 6 down vote favorite
share [g+] share [fb]

I am getting this error when trying to run internet information services on a Virtual Machine running windows XP. Anyone have any idea?

link|improve this question
feedback

protected by Jeff Atwood Jun 7 '10 at 7:28

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

1 Answer

up vote 12 down vote accepted

I was able to get the solution from somewhere else and here it is:

regsvr32 %windir%\system32\inetsrv\inetmgr.dll
link|improve this answer
Cheers this worked for me too. – Rob Stevenson-Leggett Jul 2 '09 at 12:00
Worked for me too, thanks! Now I wish I understood how it became un-registered, but I doubt I'll ever know. – Ross Patterson Jan 25 '10 at 18:06
This also worked for me. My circumstance was this: 1) VS 2008 installed without IIS. 2) IIS installed. 3) VS 2008 SP1 installed. 4) aspnet_regiis - i command executed. 5) snap-in didn't work. Issuing regsvr32 command fixed it. – Alric Mar 30 '11 at 20:44
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.