我使用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)