[Mono-bugs] [Bug 58058][Blo] Changed - After install mcs won't run at all

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 6 May 2004 04:15:44 -0400 (EDT)


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 gert.kello@mail.ee.

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

--- shadow/58058	2004-05-06 03:42:02.000000000 -0400
+++ shadow/58058.tmp.5514	2004-05-06 04:15:44.000000000 -0400
@@ -52,6 +52,12 @@
 and then it at least ran (I had to do this in 0.31 as well, but it worked
 after that in 0.31).
 Next I figured it needed to be on the path, so I added d:\mono\bin to the
 path and d:\mono\lib as well.
 Finally, I read a note about MONO_PATH, so I set it to d:\mono\lib in the
 absence of more compelling direction - to no effect.
+
+------- Additional Comments From gert.kello@mail.ee  2004-05-06 04:15 -------
+There seems to be a problem with GAC implementation on Win platform.
+It seems to be unable to reach the required dll trough the *.lnk
+files. If I copied all dll-s from the mono\lib\mono\gac\**\*.dll to
+the mono\lib\mono\ the mcs started working...