I have a solution with a WiX project in it. Everytime I open it I get an error and then the WiX project is displayed as unavailable.

The error is:

Setup\Setup.wixproj : error  : Error HRESULT E_FAIL has been returned from a call to a COM component.

If I right click on the project and then select Reload Project it works fine. I've tried reinstalling WiX but I still get the same problem.

My system is: Windows 7 Professional 64bit Visual Studio 2010 Wix 3.5

What is causing this and how can I fix it?

link|improve this question

I too would like to hear of a solution to this issue. – uzbones Apr 6 '11 at 17:11
when the error occurs is there anything in your Output window in Visual Studio? (Hint: check all categories; ex. Show output from: General) – Rami A. May 4 '11 at 5:30
Also occurs when opening from command line through devenv.com. – thims Jul 20 '11 at 18:32
feedback

1 Answer

up vote 6 down vote accepted

If you have "Show All Files" enabled on the project, it will cause this behavior. I just filed a bug for votive for this issue.

link|improve this answer
That is indeed it. Have just verified it by turning it on and off and opening the solution. Thanks for raising the bug. – GiddyUpHorsey May 10 '11 at 13:38
Also fixes when using devenv.com from command line. Thanks! – thims Jul 20 '11 at 18:33
great catch!... – Koray Balci Oct 14 '11 at 7:31
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.