【发布时间】:2023-03-28 23:44:02
【问题描述】:
我想问一个关于 Windows Phone 8.1 上 Parse.com 的问题。我已经成功设置了 SDK,但它使应用程序崩溃并出现以下错误:
A first chance exception of type 'System.TypeInitializationException' occurred in Parse.DLL
An exception of type 'System.TypeInitializationException' occurred in Parse.DLL but was not handled in user code
Additional information: The type initializer for 'Parse.ParseClient' threw an exception.
我也认识到 Parse.com 只有 windows phone 8 的教程,但我们没有测试 8.0 的设备。那么回到问题上来,Parse 会在 WP 8.1 上工作还是我应该寻找替代方案?
【问题讨论】:
-
你能附加一个调试器并获取堆栈跟踪吗?
-
我想,但我不知道如何...在 Apple 惹恼我之前我使用了 Xcode...
标签: c# visual-studio parse-platform windows-phone-8.1