H
Hon Yuen, Ng
Hi
I have a object (classA, marshalbyref) that is passed from the server. I
tried assigning a value to one of the object's property however, the
changes is not reflected.
I tried assigning this object to a variable of the same type and do the
assignment again. This works, but the original object still maintain the
same property value.
In additional to that, i also found out that the object i get from the
server is not class A type, instead the hint shows that it is a
System.Runtime.Remoting.Proxies.__TransparentProxy.
I'm newbie to VB.NET. Can anyone give me a hints on what is happening?
Thanks in advance.
From,
Hon Yuen, Ng
I have a object (classA, marshalbyref) that is passed from the server. I
tried assigning a value to one of the object's property however, the
changes is not reflected.
I tried assigning this object to a variable of the same type and do the
assignment again. This works, but the original object still maintain the
same property value.
In additional to that, i also found out that the object i get from the
server is not class A type, instead the hint shows that it is a
System.Runtime.Remoting.Proxies.__TransparentProxy.
I'm newbie to VB.NET. Can anyone give me a hints on what is happening?
Thanks in advance.
From,
Hon Yuen, Ng