I'm writing an app in metro (XAML + C#) and I have fatal error which source I can't find:
System.ExecutionEngineException was unhandled
Message: An unhandled exception of type 'System.ExecutionEngineException' occurred in Unknown Module.
It came when I push the button and open new frame.
Weird is this that when I run this app on my laptop there is no any error but when i run it on another computer it have this fatal error when i going from one site to another.
Can someone help me? Anyone have some idea what can be wrong?