[Mono-bugs] [Bug 70318][Nor] Changed - Strong name validation failed for module Mono.security.dll

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 12 Jan 2005 08:35:04 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by sebastien@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=70318

--- shadow/70318	2005-01-12 02:55:33.000000000 -0500
+++ shadow/70318.tmp.8134	2005-01-12 08:35:04.000000000 -0500
@@ -85,6 +85,16 @@
 steps:
 1) open visual studio .net command prompt from start menu
 2) cd \Program Files\Mono-1.0.5\lib\mono\1.0
 3) gacutil.exe /i mono.security.dll
 
 Russ
+
+------- Additional Comments From sebastien@ximian.com  2005-01-12 08:35 -------
+Russ,
+
+This is normal. Mono and MS use different GAC on Windows. So
+installing Mono won't automatically register Mono.Security.dll on the
+MS GAC.
+
+The original problem was that 1.0.4 couldn't be registred using
+gacutil because the required signature was missing.