Sorry, the delegations.biz is of course only one dll. But when I put it in
the GAC, I get this error instead
Type is not resolved for member
se.cybercom.cybermate.cs.Delegations.Biz.DlgsTx+Regional
/Jonas
Hi Jonas,
> Sorry, the delegations.biz is of course only one dll. But when I put it in
> the GAC, I get this error instead
>
> Type is not resolved for member
> se.cybercom.cybermate.cs.Delegations.Biz.DlgsTx+Regional
Humm... interesting. Have you tried not making Regional a nested type? If
not, try converting it to a class, also, as there have been some bugs
reported with serialization of structs
--
Tomas Restrepo
tomasr@mvps.org
Jonas - 18 Sep 2003 08:37 GMT
I solved by reverting to plain old arrays :-< but I will try to use a class
the next time. The reason for choosing the struct was that it was more
light-weight than a ordinary class, but if a struct doesn't serialize well,
it doesn't work anyway.
Thanks for your help
Jonas
> Hi Jonas,
>
[quoted text clipped - 11 lines]
> Tomas Restrepo
> tomasr@mvps.org