Jb, I tried to re-sign, I couldn't find the .snk of castle. Doesn't matter 'cause I've been disabled the Signing Verification with sn -Vr <assemblyname> and works fine.
But now I'm seeing and the Castle.Windsor assembly loose the type CastleSectionHandler after linking :s Some tip to prevent this ? Thanks ! On 6/13/07, Jb Evain <[EMAIL PROTECTED]> wrote: > > Hey Dario, > > On 6/13/07, Dario Quintana <[EMAIL PROTECTED]> wrote: > > I'm tempting using linker, the process of linker works fine, but I > > have the next error with the resultant assemblies when I try to run > > the app.exe > > > > System.IO.FileLoadException: Could not load file or assembly > > 'Castle.Core, Version=1.0.0.0, Culture=neutral, > > PublicKeyToken=407dd0808d44fbdc' or one of its dependencies. Strong > > name validation failed. (Exception from HRESULT: 0x8013141A) > > It looks like before linking, the assembly Castle.Core was strongly > signed. As Cecil, and thus the linker, can not know the private key > used to sign Castle.Core, you will have to sign it after linking. > > This is done with the command sn -R. > > -- > Jb > > > > -- Dario Quintana http://blog.darioquintana.com.ar --~--~---------~--~----~------------~-------~--~----~ -- mono-cecil -~----------~----~----~----~------~----~------~--~---
