Re: An error occurred while validating. HRESULT = '80004005'
- From: Anonymous <anonymous@xxxxxxxxxx>
- Date: Thu, 04 Jan 2007 14:48:48 -0800
I got this same error, and could fix it with the solution indicated - it
was indeed a missing dependency in one of the projects.
To pinpoint the source of the problem, you could:
- Remove all projects references from your setup
- Add them back one by one, building each time
- For the project(s) that break, look at the reference list, and try to
find a reference to a project that is not in the solution.
- Remove those, reinsert into the setup and build
I guess a reason why a project would still build (but cause setup
problems) despite the lack of a reference is that the reference is not
actually used within the project. In other words, if project A includes
an invalid reference to B, but never makes use of any of B's resources,
no complaints willbe issued (until the setup is built).
*** Sent via Developersdex http://www.developersdex.com ***
.
- Prev by Date: certificate revoked problem while installing dotnet 2.0 framework
- Next by Date: Re: Initiate Rollback from Custom Installation Class
- Previous by thread: certificate revoked problem while installing dotnet 2.0 framework
- Next by thread: ToolBox Icons
- Index(es):
Relevant Pages
|