views:

743

answers:

2

When building my setup project I get the following error : An error occurred while validating. HRESULT = '80004005' Anyone know about this issue?

+2  A: 

I solved the problem by myself: This error is related to a dependency error. I removed all references to my primary output project and add them again. It now compile ok!

tinmaru
A: 

I ran up against this issue today. The solution in my case? Restart Visual Studio 2008.

Joseph Anderson