[SQL Server]
|
[.Net Remoting Object]
|
[Windows Gui]
Tools:
LLBL 1.0.2003.1 Final
Visual Studio 2002
SQL Server 2000
The Client and Server both have the Database generic entity dll's.
I load an entity via the adapter and attempt to return it to the front end. Int's and bool's make the trip succesfully. I also created a small [Serializable] object to send and it also worked. When I switch to the generated entity objects it throws the error above on the return statement of the server side.
I planned to pass the generated entity objects back and forth between the front and back via .Net remoting. It seems as though I am missing something here. From what I read, the objects should be ready for this type of duty.
Thanks -- John E.