managed-extensions

    1熱度

    1回答

    我有一個抽象基類,我在擴展程序集中繼承它。這裏是我的代碼 region Contract Assembly public interface IDummy { int ForAbstractMethod(); int ForVirtualMethod(); } public abstract class BaseClass : IDummy { public

    1熱度

    2回答

    我目前有一個32位的dll使用Visual Studio 2003在C++中使用Managed Extensions創建。我現在正在嘗試編譯一個64位版本,而不必升級到C++/CLI。我一直在按照教程this location。我收到以下錯誤: fatal error C1197: cannot reference 'c:\windows\microsoft.net\framework\v1.1.

    0熱度

    2回答

    是否有人知道/ Visual Studio 2012會刪除/ clr:oldsyntax(Managed Extensions for C++)? 這條消息已經警告,它將從2008年起被刪除,我擔心時間可能會接近。

    20熱度

    1回答

    我正在使用WINDBG來分析轉儲文件的內存使用率過高的程序。 其中涉及的一個對象是持有一個對象數組,引用很多我想查看的對象,試圖找出它們被分配的原因。 這是我已經試過: 首先,我的ServiceContainer對象的集合: 0:000> !do 05633014 Name: System.Collections.Generic.List`1[[LVK.IoC.ServiceContainer,