Questions tagged [managed-extensions]

4 questions
21
votes
1 answer

WINDBG, how to view the contents of an array?

I'm using WINDBG to analyze a dump file for a program that exhibits a bit too high memory usage. One of the objects involved is holding an object array, referencing a lot of objects I'd like to look at, to try to find out why they were…
Lasse V. Karlsen
  • 380,855
  • 102
  • 628
  • 825
1
vote
2 answers

Compile 32 bit VS 2003 project to 64 bit

I currently have a 32 bit dll that was created with Visual Studio 2003 in C++ using Managed Extensions. I'm now trying to compile a 64 bit version without having to upgrade to C++/CLI. I've been following the tutorial at this location. I'm getting…
Richard Nienaber
  • 10,324
  • 6
  • 55
  • 66
1
vote
1 answer

c# overriding virtual methods in MEF class doesn't work

I have an abstract base class and I'm inheriting from it in an extension assembly. And here is my code region Contract Assembly public interface IDummy { int ForAbstractMethod(); int ForVirtualMethod(); } public abstract class BaseClass :…
ayk
  • 1,407
  • 2
  • 19
  • 26
0
votes
2 answers

Managed Extensions for C++ in Visual Studio 2012

Is anyone aware if /clr:oldsyntax (Managed Extensions for C++) will be removed from Visual Studio 2012? The messages have been warning it will be removed since 2008 and I'm concerned the time may be close to up.
TownCube
  • 1,280
  • 1
  • 13
  • 32