[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 02:55:34 -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 rhaley@oisweb.ca.

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

--- shadow/70318	2004-12-21 21:53:36.000000000 -0500
+++ shadow/70318.tmp.1556	2005-01-12 02:55:33.000000000 -0500
@@ -63,6 +63,28 @@
 ------- Additional Comments From sebastien@ximian.com  2004-12-21 21:53 -------
 Mono 1.0.5 was released.
 http://forge.novell.com/modules/xfmod/project/?monowin32
 
 I installed it and verified that Mono.Security.dll (located, in my
 case, under "C:\Program Files\Mono-1.0.5\lib\mono\1.0\") was signed.
+
+------- Additional Comments From rhaley@oisweb.ca  2005-01-12 02:54 -------
+I had to register the file with the Global Assembly Cache in order to
+make it work. 
+
+steps:
+1) open visual studio .net command prompt from start menu
+2) cd\C:\Program Files\Mono-1.0.5\lib\mono\1.0
+3) gacutil.exe /i mono.security.dll
+
+Russ
+
+------- Additional Comments From rhaley@oisweb.ca  2005-01-12 02:55 -------
+I had to register the file with the Global Assembly Cache in order to
+make it work. 
+
+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