I have a setup project which has been working fine for months. However, it has suddenly started refusing to build with the error:
HRESULT = '80004005'
The setup project contains the output from three projects, and I have narrowed down the issue to one of them.
I have found a few questions here with this same issue and have tried them all, namely:
- Removed projects and re-added to the solution
- Removed all references and re-added
If I right click the project output in the setup project and select 'View Dependencies' the list is empty which seems to be a symptom others have found with this issue. However, despite several hours of googling, I have not managed to resolve it.