PDA

Click to See Complete Forum and Search --> : [2.0] Static classes can't COM interop. Is it true?


bnathvbdotnet
May 16th, 2006, 07:34 AM
I wanted to create a static class (so that the methods of this class could be invoked from the class itself rather than a need be invoked from an instance of that class).

But i wanted my excel users to use this class. So I read that if this class has to be used in COM world, we can't make this a static class.

is it true??
thanks
nath