Unknown Software Exception 0xe0434352
问题 While I am trying to launch my application I am getting the following error: Checked the app log but no error message. Is this due to any of framework version or any other dependency? 回答1: That is a catch all error generated from the CLR. It could mean almost anything. If you want to find out exactly what the error is, you can check out this webpage: http://ig2600.blogspot.com/2009/07/finding-clr-exceptions-with-visual.html He explains how to find out what the real errors are. I find it to be