Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

vs 2008 express: registration

Did any one have luck recently register Visual studio 2008 express C# product? Look like, I would have to reformat my computer and install every thing all over again. I un-installed it and installed VS2008 express again but it will not start because it demands registration. When I click the register button, the website launches and hour glass spins forever. It appears that MS Express edition registration site may not be working.

Please help..

like image 404
dotnet-practitioner Avatar asked Nov 19 '09 17:11

dotnet-practitioner


1 Answers

If you delete the registry key HKEY_CURRENT_USER/Software/Microsoft/VCExpress/9.0/Registration you will no longer be asked to register.

Open regedit, navigate using above folder, then remove the entire 'Registration' folder.

like image 166
schuess Avatar answered Nov 15 '22 03:11

schuess