I have an com dll which i an reffering from .Net, I have registsred that dll using regsvr32 and referred to my project.
Unfortunatley I am not able to view any methods and properties in a particular Class of that dll,
The class is defined as public but When i try to check methods and properties they are not visible.
But the same dll when I am reffering in Vb6, I am able to access methods and properties of that speciifc class.
Do i need to do any thing else for this?
There are few other dll's which I am able to reffer and use successfully