Noobie question here... I tried to GAC an assembly I downloaded from Microsoft. gacutil failed saying the assembly is delay signed. So I ran sn to dump out the assembly's strong name info and got an error (see below.) What do I have to do to get this assembly installed in the GAC?
AppleJacks:Bin slessard$ gacutil -i Microsoft.Rtc.Collaboration.dll Failure adding assembly Microsoft.Rtc.Collaboration.dll to the cache: Strong name cannot be verified for delay-signed assembly AppleJacks:Bin slessard$ sn -t Microsoft.Rtc.Collaboration.dll Mono StrongName - version 2.4.0.0 StrongName utility for signing assemblies Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed. ERROR: Unknown blob format. -- View this message in context: http://mono.1490590.n4.nabble.com/Delay-signed-assemblies-tp2271701p2271701.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
