I am getting data from the server using Remoting. The code stopped working and when I checked I noticed that it's casting that fails. further analysis showed that instead of getting an object of a type I was casting to I am getting a type of ObjectProxy. Why would I be getting ObjectProxy in a first place?
Thanks for help.
