I
Ieuan
Hello all and Happy New Year,
I've been having this problem for some time and thought I'd try to see
if anyone else out there has had the same problem or can give a little
help.
I'm using a website written in C# to call a .dll which in turn returns
a load of information. Most of this information is readable. However,
some of the information returned is of type VBA.CollectionClass.
I've found from Microsoft that .NET cannot understand these types of
collections and only VB6 can read them.
If the collection is a simple collection then I can get the information
out by casting. However, if the information isn't basic then the
information returned isn't readable.
Has anyone encountered this problem? I'm sure someone out there must
be calling dll's which return VBA.CollectionClasses...
Does anyone know whether the next version of .Net will be able to cope
with this?
Any help would be very much appreciated.
Ieuan Roberts
I've been having this problem for some time and thought I'd try to see
if anyone else out there has had the same problem or can give a little
help.
I'm using a website written in C# to call a .dll which in turn returns
a load of information. Most of this information is readable. However,
some of the information returned is of type VBA.CollectionClass.
I've found from Microsoft that .NET cannot understand these types of
collections and only VB6 can read them.
If the collection is a simple collection then I can get the information
out by casting. However, if the information isn't basic then the
information returned isn't readable.
Has anyone encountered this problem? I'm sure someone out there must
be calling dll's which return VBA.CollectionClasses...
Does anyone know whether the next version of .Net will be able to cope
with this?
Any help would be very much appreciated.
Ieuan Roberts