by Mark Shiffer
18. August 2009 16:20
While building a solution containing a setup project (vdproj) recently, I received the error: “An error occurred while validating. HRESULT = ‘80004005’. Turns out this was simply because one of the project references of the assemblies in the solution was not contained as a project in the solution. After adding the referenced project to the solution, the solution built without an issue.
Simple fix to an odd and confusing error message.