我无法在Windows 7上的Xamarin Studio中运行我的ASP.Net MVC项目,但它在Mac OS上运行良好。
这是我在Xamarin / Win7上遇到的错误。
System.Runtime.InteropServices.COMException (0x80070032): The request is not supported.
我发现这是因为默认情况下Mac OS的目标是32位架构,而Xamarin调试器不支持64位进程。
如何将Windows 7上的Xamarin Studio设置为32位而不是64位?