我已经从http://monodevelop.com/Download在 Windows 8 x64 上安装了 Xamarin Studio 4.0.1 。当我运行 Xamarin 时,它已更新到 4.0.3。我已经安装了 F# 绑定。我创建了新的 F# 控制台项目。当我运行它时,它工作正常。当我设置断点并运行它时,我收到以下错误。任何想法,为什么会发生这种情况?
System.Runtime.InteropServices.COMException (0x80070032):不支持该请求。(Exception from HRESULT: 0x80070032) at Microsoft.Samples.Debugging.CorDebug.NativeApi.ICorDebug.CreateProcess(String lpApplicationName, String lpCommandLine, SECURITY_ATTRIBUTES lpProcessAttributes, SECURITY_ATTRIBUTES lpThreadAttributes, Int32 bInheritHandles, UInt32 dwCreationFlags, IntPtr lpEnvironment, String lpCurrentDirectory, STARTUPINFO lpStartupInfo, PROCESS_INFORMATION lpProcessInformation, CorDebugCreateProcessFlags debuggingFlags, ICorDebugProcess& ppProcess) at Microsoft.Samples.Debugging.CorDebug.CorDebugger.CreateProcess(String applicationName, String commandLine, SECURITY_ATTRIBUTES processAttributes, SECURITY_ATTRIBUTES threadAttributes, Boolean inheritHandles, Int32 creationFlags, IntPtr environment, String currentDirectory,