0

工作我使用Visual Studio 2012的Visual Studio 2012編輯並繼續不使用動態

在我的C#項目,我使用了一個類型化的DataTable類,它使用動態關鍵字在幾個方法實現(Handcrafted Strongly Typed ADO.net DataTable - Can it be cleaner?) 。

在調試時,我無法使用編輯和繼續功能。我得到的錯誤:

"Modifying a 'method' which contains a dynamic invocation will prevent the debug session from continuing while Edit and Continue is enabled." 

我看過其他類似的線程,這遑EmbedInteropTypes設置爲false所有引用的程序集。但就我而言,它們已被設置爲假。我發現這個問題在VS2010上也有報道; VS2012是不是固定的?

回答

相關問題