Monotouch抛出未处理的异常,尝试第二次部署应用程序

时间:2013-03-04 06:25:20

标签: ios visual-studio-2010 xamarin.ios

我使用xamarin studio 2为iOS创建了一个项目。 我第一次在VS2010 profession中调试它,它运行正常。 然后我停止调试并再次重新启动调试,我得到了一个例外。

 Exception: Unhandled Exception (Generic) There was an unhandled exception trying to deploy and run your application.System.NullReferenceException: Object reference not set to an instance of an object. at Mono.Debugging.Soft.SoftDebuggerSession.Dispose()

 at Mono.IOS.VisualStudio.MonoTouchFlavoredProject.StopDebug()

 at Mono.IOS.VisualStudio.MonoTouchFlavoredProject.DebugApplication(MonoTouchDevice device, IVsOutputWindowPane output)

 at Mono.IOS.VisualStudio.MonoTouchFlavoredProject.DebugLaunch(__VSDBGLAUNCHFLAGS grfLaunch)

如果我再次关闭VS并重新启动VS调试,则可以正常运行。但我不想一次又一次地重启VS。有人可以帮忙吗?

我的 Xcode 4.6. iOS SDK 6.1 Mac Xamarin Studio 4.0(build 2003)

link

0 个答案:

没有答案