Re: An error occurred while validating. HRESULT = '80004005'





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 ***
.



Relevant Pages

  • Re: Nobel Prize for David Thomson?!
    ... Dark Matter and show us how it was detected in the lab! ... Then please provide a reference to an 'experiment' setup to test ... You might as well call virtual particles little blue faries... ...
    (sci.physics.particle)
  • Re: Nobel Prize for David Thomson?!
    ... Dark Matter and show us how it was detected in the lab! ... Then please provide a reference to an 'experiment' setup to test ... You might as well call virtual particles little blue faries... ...
    (sci.physics)
  • Re: Nobel Prize for David Thomson?!
    ... Dark Matter and show us how it was detected in the lab! ... Then please provide a reference to an 'experiment' setup to test ... You might as well call virtual particles little blue faries... ...
    (sci.physics.relativity)
  • Using hyperlinks to connect document parts
    ... The setup would look something like: ... Subfolder B ... The documentwould remain in Word with hyperlinks to interconnect the ... The main document would be hyperlinked to its TOC and each reference ...
    (microsoft.public.word.pagelayout)
  • RE: Setup project and dependencies
    ... > consider add all these referenced project as Files/Assembly in the setup ... In the setup project I have only one project output - this for the top ... And in that project in the references I add reference to ... assemblies, not to the bin folder of the main assembly, as it should. ...
    (microsoft.public.vsnet.ide)