|
[KB312114] BUG: Remoted Events (Chat) Sample in Framework Documentation Does Not Work as Expected
The "Remoting Example: Delegates and Events" sample provided in the .NET Framework SDK documentation does not work as expected. The sample is a chat application that demonstrates the use of remoted delegates and events. Client applications submit...
[KB319177] FIX: CallContext Objects Are Lost When You Create a New Serviced Component
If you set CallContext objects before you create an instance of a serviced component in a client application, you may lose the CallContext objects after you create the object instance.
[KB320079] BUG: BinaryFormatter and .NET Remoting Cannot Deserialize Deeply Nested Structs
When you try to pass or return a deeply nested struct in a call to a remote object by using .NET Remoting, you may receive a System.Runtime.Serialization.SerializationException that contains the following message: "Fixing up a partially available...
[KB320347] BUG: Calling GetData or GetHashCode on a Remoting Object Destroys the CallContext
When you call the GetType method or the GetHashCode method on a remoted object, remotable items in the CallContext object are destroyed.
[KB323490] INFO: Configure .NET Remoting When the Remoting Client Is an ASP.NET Application or the Client Is Another Remoted Component That Is Hosted by IIS
This article describes configuration information for .NET remoting when the remoting client is an ASP.NET application or the client is another remoted component hosted by Internet Information Services (IIS). Configure Remoting Client in Global.asax...
[KB327441] BUG: "System.Security.SecurityException" Error Message Occurs When You Invoke a Method on a Transparent Proxy
When a method is called through an interface on a transparent proxy, you may get the following error message: An unhandled exception of type 'System.Security.SecurityException' occurred in TestClass.exe Additional information:...
[KB322975] BUG: Passing Large Quantities of Data in .NET Remoting Calls Causes an Unexpected Exception to Occur
You can use .NET Remoting to allow instances of any type that can be serialized to be passed as method parameters between the client and the server applications. However, if the type instance that is passed is very large (tens of megabytes), the...
|