Problem accessing collections in VB6 dll from c#

Sep 27 2004 3:24 PM
Hello, I have a big problem with collections. We use in our C# developpement a dll that was written i VB 6. I can access all properties of all classes in dll except properties of collection type (property that is bassed on another class in dll to get its structure). Do you have any solution to resolve this problem? Thanks in advance