我正在使用 Visual Studio 2012。
在我的 C# 项目中,我使用了一个类型化的 DataTable 类,它在一些方法实现中使用了 dynamic 关键字(Handcrafted Strongly Typed ADO.net DataTable - Can it be clean?)。
调试时,我无法使用编辑和继续功能。我得到错误:
"Modifying a 'method' which contains a dynamic invocation will prevent the debug session from continuing while Edit and Continue is enabled."
我已经阅读了其他类似的线程,其中提到在所有引用的程序集中将 EmbedInteropTypes 设置为 false。但就我而言,它们已经设置为 false。我在网上也发现了 VS2010 报告的这个问题;从 VS2012 开始还没有修复吗?