[Mono-dev] Re: Remoting Type Load Exception - After Upgrading from .NET 1.1 to 2.0

Robert Jordan robertj at gmx.net
Sun May 21 07:17:03 EDT 2006


Hi,

Brandon Davids wrote:
> I'm using Remoting to send DataSets back and forth between a client/server.
> My project worked great when it was .NET 1.1 and Mono 1.1.12.x.  Now that
> I've upgrade my project to .NET 2.0 and Mono 1.1.13 or 1.1.15, I get a type
> load exception when sending the DataSet.
> 

The format of DataSet's binary serialization has been changed
in MS.NET 2.0. It's not compatible with MS.NET 1.1.

You didn't mention the runtime version of your Mono app.
If it's 1.1, try the 2.0 profile. If it still fails, file a
bug at http://www.mono-project.com/Bugs, component ADO.NET.

Robert




More information about the Mono-devel-list mailing list