I think that skipping verification is only a runtime thing. So adding it to the GAC still verifies the assembly.
Why don't you sign the assembly with another key pair? Jb On Wed, Jan 1, 2014 at 9:53 AM, Hemen Rohani <[email protected]> wrote: > Hi > I make some change on strongnamed assembly and save it with no option to > resign. I add this assembly to skip key verification list by sn -Vr foo.dll. > but still I see this error when add assembly to GAC. > Failure adding assembly to the cache: Strong name signature could not be > verified. Was the assembly built delay-signed? > what should i do? > > -- > -- > -- > mono-cecil > --- > You received this message because you are subscribed to the Google Groups > "mono-cecil" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. -- -- -- mono-cecil --- You received this message because you are subscribed to the Google Groups "mono-cecil" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
