I have a dll that contains a private function of NewEnum. In my understanding about how this was
written, it has an procedure attribute of -4 to let everyone know it is a collection and it has a check mark in hide this member.
Now for all the vb dlls that are using this, it works fine. I have been tasked with writing a webservice interface for these items.
When I try to reference this DLL it blows up with a type library error. Now if I remove the attributes from this enum I can load
this into .NET with out a problem. Issue is it breaks the VB. What I am trying to figure out is if there is an alternative way of
doing this or is there something that was not done correctly since it appears to me that the Hide this Member item is not working.
Thanks for any suggestions
Dave