[Mono-bugs] [Bug 72425][Wis] Changed - Trying to use the connect(“xx.xx.xx”. “xxx”) object function

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 9 Feb 2005 16:02:50 -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=72425

--- shadow/72425	2005-02-09 15:45:13.000000000 -0500
+++ shadow/72425.tmp.527	2005-02-09 16:02:50.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 72425
 Product: Mono: Class Libraries
 Version: 1.0
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: Mono.Security
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mhamilton@j4systems.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -47,6 +47,28 @@
 To connect to the server
 
 How often does this happen? 
 all the time during run time in design cycle
 
 Additional Information:
+
+------- Additional Comments From sebastien@ximian.com  2005-02-09 16:02 -------
+> I have been online @ http://www.mono-project.com/downloads/index.html
+> looking for the Mono.Security.dll object but no luck.
+
+Mono.Security.dll is part of the Mono releases and isn't downloadable
+separately (at least on www.mono-project.com).
+
+Some people have "packaged" it like:
+http://www.indyproject.org/downloads/10/Mono.Security.zip
+but I have no idea what version (w.r.t SVN) is in it ?
+So use that at your own risk!
+
+> I founded Mono.sercury.dll and install on my computer but still 
+> no joy(luck)
+
+Where did you find it ?
+How did you install it ?
+
+I assume you are running Microsoft runtime (or else you would already
+have Mono.Security) so you probably need to run gacutil to register
+the assembly into the MS GAC.