Fixing the Visual Studio Content Installer Error
I was faced this morning with a problem while installing the ASPNETAtlas.vsi and each time i try to run the VSI it gives me the String cannot have a zero length tried all possible solutions until i found the following
post and i noticed that it's a registery key problm all you have to do is to add 2 keys under the following registery path
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSEnvCommunityContent\ContentTypes\VSTemplate]
Create the following keys if they are missing
"ClassName"="VSContentInstaller.VSTemplateInstallerPage"
"DisplayName"="#VSTemplateContentDisplayName"
thanks to Frank for that post it helped me alot as i was facing this issue with my laptop and i needed to install the atlas components to do some demos
Enjoy guys ;)