[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 12:40:04 EDT 2006


Brandon Davids wrote:
> What do you mean, try the 2.0 profile?  Is this a command line option using
> mono?  I see the --profile parameter but I can't find any documentation on
> it.

It's not an option. An app has to be compiled for 2.0, either using
csc on MS.NET 2.0 or gmcs on Mono.

Robert

> 
> -----Original Message-----
> From: mono-devel-list-bounces at lists.ximian.com
> [mailto:mono-devel-list-bounces at lists.ximian.com] On Behalf Of Robert Jordan
> Sent: Sunday, May 21, 2006 7:17 AM
> To: mono-devel-list at lists.ximian.com
> Subject: [Mono-dev] Re: Remoting Type Load Exception - After Upgrading from
> .NET 1.1 to 2.0
> 
> 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
> 
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list




More information about the Mono-devel-list mailing list