![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I have on the server a service with a .net remoting channel opened with singlecall option. Comunication is on TCP and with binary serialization. There is a public function accessible via entrypoint like this Function Test(ByVal Param as Dictionary(Of String, Object) ) As Object ... Function Test should get Param, do something and then return a new Dictionary with some modified entry from Param and new entrys added by Test. I have seen that the function Test is able to return a Dictionary. The problem is: the client correctly fill Param Dictionary, then call Test and sends it via .net remoting but Function Test receive Param = nothing !! Is there a problem with binary serializazion/deserialization on the channel ? Dataset works fine, why not Dictionary ? Thanks in advance. Gianluca |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |