VSHost crash, REGDB_E_INVALIDVALUE loading Specific Project
This can occur when a project's config file has developmentMode set, but the machine doesn't have a devPath set.
<runtime>
<developmentMode developerInstallation="true"/>
</runtime>
Removing that will fix it up.