Re: [mono-android] Mono.Android.dll Strong name validation failed

2012-07-10 Thread Narcís Calvet
om: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Igor Russkih Sent: dimarts, 10 / juliol / 2012 13:39 To: Discussions related to Mono for Android Subject: Re: [mono-android] Mono.Android.dll Strong name validation failed Because it is only delay sign

Re: [mono-android] Mono.Android.dll Strong name validation failed

2012-07-10 Thread Jonathan Pryor
On Jul 10, 2012, at 7:39 AM, Igor Russkih wrote: > BTW question to Jon - why can't you sign mono assemblies with your own > private key? Because I haven't gotten off my duff to fix the assembly signing process as I'm digging through a weeks worth of email[0] and various other bugs. :-) I'll nee

Re: [mono-android] Mono.Android.dll Strong name validation failed

2012-07-10 Thread Igor Russkih
Because it is only delay signed, but not strong signed. If you want to do any processing on it (and other mono assemblies), you have to disable verification: sn -Vr Mono.Android.dll BTW question to Jon - why can't you sign mono assemblies with your own private key? Igor On Tue, Jul 10, 2012

[mono-android] Mono.Android.dll Strong name validation failed

2012-07-10 Thread Narcís Calvet
Hello, Loading the latest Mono.Android.dll release available (4.2.4) using either Assembly.LoadFrom or Assembly.LoadFile we get this exception: Message=Could not load file or assembly 'Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=c4c4237547e4b6cd' or one of its dependenc