Re: [Mono-dev] Patch for some obscure cases in Dictionary (small)

2008-06-23 Thread Juraj Skripsky
Hi Lionel, I'm not sure whether the current implementation of Dictionary is supposed to be binary compatible with .Net. Could you file a bug report for case 2, along with a small test program that generates the .bin file? I'm not very familiar with the serialization features of .net, but I think u

Re: [Mono-dev] [PATCH] Mono DTrace provider v3

2008-06-23 Thread Andreas Färber
Am 22.06.2008 um 19:58 schrieb Miguel de Icaza: >> Another thing to consider is whether to distribute the mono.d >> provider >> file for reference. Valgrind's mono.supp file is apparently being >> distributed, but that is more portable than DTrace I assume. > > Yes, it must be distributed. Pl

Re: [Mono-dev] [PATCH] Mono DTrace provider v3

2008-06-23 Thread Miguel de Icaza
> Should we also install the file and, if yes, where to? To $prefix/etc/ > mono like the other two files in data/? > Or maybe to a new $prefix/lib/dtrace? (But how?) prefix/lib/dtrace Just use the standard automake process for it, there are samples in place in the mono/data directory. _

[Mono-dev] System.Deployment

2008-06-23 Thread Paul
Hi, I have a number of VB.NET programs from students that work fine under Win32, but fail when I try to build using MD. They are all calling System.Deployment which according to the docs is in mscorlib. I've added mscorlib to the references and removed System.Deployment (it's not available) and t

Re: [Mono-dev] System.Deployment

2008-06-23 Thread Andreas Nahr
The System.Deployment namespace is in the System.Deployment.dll Assembly, not in mscorlib. The docs (e.g. http://msdn.microsoft.com/en-us/library/system.deployment.application.applicationdeployment.aspx) state this, too. Greetings A.Nahr > -Ursprüngliche Nachricht- > Von: [EMAIL PROTEC