Hi, semichel wrote: > > Robert Jordan wrote: >> This is fixed in Mono 2.2, which means that you have to update your 1.9 >> machine. >> > > Hello, > > I just verified it by running the Server in the Mono Vmware Machine with > 32bit. The Mono version there is 2.2. I'm then running the client on my > Windows Vista Machine with 64bit and the exception "Object type System.Int64 > cannot be converted to target type System.Int32" still comes up.
Please file a bug at http://www.mono-project.com/Bugs. Remoting between MS.NET x64 and Mono did not receive the same amount of testing like x86. You may (I'm not sure if it helps) have more luck if your app is compiled for MS.NET x86 (In VS.NET 2008: Project Properties/Build/Platform Target: Any CPU or x86). Robert _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
