Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unknown Software Exception 0xe0434352

While I am trying to launch my application I am getting the following error: enter image description here

Checked the app log but no error message.

Is this due to any of framework version or any other dependency?

like image 603
Simsons Avatar asked Feb 25 '13 11:02

Simsons


1 Answers

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 quite handy.

like image 178
Michael Hartmann Avatar answered Oct 07 '22 08:10

Michael Hartmann