Hi,
.Net does not really like Variants containing UDTs as well as SAFEARRAYs
containing UDTs (your other post about nested UDTs).
You have not mentioned which .Net Version you are using - if I remember
right, .Net 1.1 SP 1 is the first version addressing this issue. Earlier
versions simply do not support it.
However, if you can go without UDTs, you will save yourself a lot of
trouble...
/Johannes
> Hi all
>
[quoted text clipped - 43 lines]
>
> Thanks a lot
Luigi - 28 Jun 2005 13:20 GMT
Thank you Johannes for your help.
>> You have not mentioned which .Net Version you are using - if I remember
>> right, .Net 1.1 SP 1 is the first version addressing this issue. Earlier
>> versions simply do not support it.
I'm using .NET 1.1 SP1 but is seems that it doesn't like nested structeres
at all.
>>However, if you can go without UDTs, you will save yourself a lot of
>>trouble...
Unfortunately I have no way to change the ActiveX DLL, so it seems that I'll
not be able to use it.
Bye