> > Can someone tells me if it works (build and run) on Linux. > > It builds and runs, but I do not know how to use it, so here is what I > get when I use it: > > PublicKey = > Error: System.NullReferenceException: A null value was found where an > object instance was required > in <0x0016a> 00 Mono.Tools.SecUtil:WriteArray (byte[]) > in <0x00056> 00 Mono.Tools.SecUtil:StrongName (string) > in <0x006ab> 00 Mono.Tools.SecUtil:Main (string[])
What was the exact command line arguments used ? I'm getting some strange errors (with Mono) when trying to extract public keys (-s). This is part because Mono's assembly don't (currently) have StrongName - but this should be handled correcly. I'll try to narrow it down and fix it (if possible) or post a bug report (if necessary). > Btw, would it be possible to have a `secutil.1' man page? Sure - but it looks like I will have to (a) learn the format and (b) install man on Cygwin. Anyway this will be after vacations. Sebastien Pouliot Security Architect, Motus Technologies, http://www.motus.com/ work: [EMAIL PROTECTED] home: [EMAIL PROTECTED] _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
