我使用xamarin studio 2
. 我第一次调试它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
Xamarin Studio for Mac是4.0(build 2003)