.NET remoting issue when .net framework versions are different in client and server -


We have a net remoting service that was created using Framework version 1.1. One of the service calls backs the ActiveReports.Document (Reporting Components) object. I can consume the service from a client using the .Net Framework 1.1, but when I use .Net Framework 2.0 or 4.0 or 4.5 When I try to consume the client, I receive a serialization exception with the message - "Member Name System can not be found Globalization.TextInfo." Below are two comparison of client applications.

A comparison of two client applications

I can say This problem is in order to sort complex objects between the client and the server when the versions of the framework are different, but it is not certain which options are available to correct it. Upgrading remoting service is not an option at this point This talk about patches for the serialization issue but it applies to Win2k3 server Our server is already running Win2k8 R2

Any hint?


Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -