G
Guest
I have a managed c++ class with a number of static methods, all of which are
declared public. After switching from .NET 1.1 to 2.0 (Visual Studio 2003 to
VS 2005), I'm now getting compiler errors like:
error C2248: 'MyHelperClass::MyStaticMethod' : cannot access private member
in class MyHelperClass
I haven't made any code changes in MyHelperClass or the class that calls it.
Any ideas as to why this no longer compiles in VS 2005?
declared public. After switching from .NET 1.1 to 2.0 (Visual Studio 2003 to
VS 2005), I'm now getting compiler errors like:
error C2248: 'MyHelperClass::MyStaticMethod' : cannot access private member
in class MyHelperClass
I haven't made any code changes in MyHelperClass or the class that calls it.
Any ideas as to why this no longer compiles in VS 2005?