When I try to build my solution (consisting of a WPF project (C#), a test project and the installShield install project) I get the error that "Visual studio has stopped working" and after a while "Visual studio is restarting".
I'm using Visual Studio 2012 Profesional and InstallShield LE.
It used to work just fine and I have no idea why it stopped working, I do not get any sort of indications where the problem might lie. I've tried "clean" solution and "rebuild" but it does not solve the problem. Anyone who have stumbled upon this error and remember how they solved it?
I've tried different configuration combinations from the Configuration manager but I do not find any solution to this irritating behavior.
The question is vague but it is only because I do not get any error messages...
UPDATE So I removed the Install project and now I can build the solution, I wonder if this means that there is something wrong with some build order or something like that. The strange thing is that there does not seem to be anything wrong with the install project in it self. And there is no dependencies between the two.