I have been working on my Adroid version for 2 days now.
Now I was starting my IOS version up and it fail here
LoadApplication(new App());
With
System.TypeInitializationException: An exception was thrown by the type initializer for MyAppName.
Stopping debugger...
Mono.Debugger.Soft.VMDisconnectedException: Exception of type 'Mono.Debugger.Soft.VMDisconnectedException' was thrown.
at Mono.Debugger.Soft.Connection.SendReceive(CommandSet command_set, Int32 command, PacketWriter packet)
at Mono.Debugger.Soft.Connection.StackFrame_GetThis(Int64 thread_id, Int64 id)
at Mono.Debugger.Soft.StackFrame.GetThis()
at Mono.Debugging.Soft.ThisValueReference.get_Value()
at Mono.Debugging.Soft.ThisValueReference.get_Type()
at Mono.Debugging.Evaluation.NRefactoryExpressionEvaluatorVisitor.VisitIdentifierExpression(IdentifierExpression identifierExpression)
at ICSharpCode.NRefactory.CSharp.IdentifierExpression.AcceptVisitor[T](IAstVisitor
1 visitor)
at Mono.Debugging.Evaluation.NRefactoryExpressionEvaluatorVisitor.VisitMemberReferenceExpression(MemberReferenceExpression memberReferenceExpression)
at ICSharpCode.NRefactory.CSharp.MemberReferenceExpression.AcceptVisitor[T](IAstVisitor
1 visitor)at Mono.Debugging.Evaluation.NRefactoryExpressionEvaluator.Evaluate(EvaluationContext ctx, String expression, Object expectedType)
at Mono.Debugging.Evaluation.ObjectValueAdaptor.GetExpressionValue(EvaluationContext ctx, String exp)
Mono.Debugger.Soft.VMDisconnectedException: Exception of type 'Mono.Debugger.Soft.VMDisconnectedException' was thrown.
at Mono.Debugger.Soft.Connection.SendReceive(CommandSet command_set, Int32 command, PacketWriter packet)
at Mono.Debugger.Soft.Connection.StackFrame_GetThis(Int64 thread_id, Int64 id)
at Mono.Debugger.Soft.StackFrame.GetThis()
at Mono.Debugging.Soft.ThisValueReference.get_Value()
at Mono.Debugging.Soft.ThisValueReference.get_Type()
at Mono.Debugging.Evaluation.NRefactoryExpressionEvaluatorVisitor.VisitIdentifierExpression(IdentifierExpression identifierExpression)
at ICSharpCode.NRefactory.CSharp.IdentifierExpression.AcceptVisitor[T](IAstVisitor
1 visitor)
at Mono.Debugging.Evaluation.NRefactoryExpressionEvaluatorVisitor.VisitMemberReferenceExpression(MemberReferenceExpression memberReferenceExpression)
at ICSharpCode.NRefactory.CSharp.MemberReferenceExpression.AcceptVisitor[T](IAstVisitor
1 visitor)at Mono.Debugging.Evaluation.NRefactoryExpressionEvaluator.Evaluate(EvaluationContext ctx, String expression, Object expectedType)
at Mono.Debugging.Evaluation.ObjectValueAdaptor.GetExpressionValue(EvaluationContext ctx, String exp)
Any suggestions