Compiler Error C3604
Visual Studio .NET 2003
'object': can only create an instance of a managed class on the managed heap
You cannot declare objects to managed classes on the stack.
'object': can only create an instance of a managed class on the managed heap
You cannot declare objects to managed classes on the stack.