[Mono-bugs] [Bug 58128][Blo] New - mcs in beta1 version couldn't find assembly references
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 6 May 2004 08:19:25 -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 phobeo@sugus.eii.us.es.
http://bugzilla.ximian.com/show_bug.cgi?id=58128
--- shadow/58128 2004-05-06 08:19:25.000000000 -0400
+++ shadow/58128.tmp.9647 2004-05-06 08:19:25.000000000 -0400
@@ -0,0 +1,60 @@
+Bug#: 58128
+Product: Mono: Runtime
+Version: unspecified
+OS:
+OS Details: xp
+Status: NEW
+Resolution:
+Severity:
+Priority: Blocker
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: phobeo@sugus.eii.us.es
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: mcs in beta1 version couldn't find assembly references
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+
+I've just deinstalled and reinstalled mono beta 1 on an XP machine. mcs
+worked fine in the first installation but in this seconf installation,
+whenever you try to invoke it it fails with error msg:
+
+C:\Documents and Settings\phobeo>mcs
+
+** (C:\Program Files\Mono-Beta1\lib\mono\1.0\mcs.exe:1448): WARNING **:
+Could no
+t find assembly System, references from C:\Program Files\Mono-Beta1
+\lib\mono\1.0
+\mcs.exe (assemblyref_index=1)
+ Major/Minor: 1,0
+ Build: 5000,0
+ Token: b77a5c561934e089
+
+
+Unhandled Exception: System.NullReferenceException: Object reference not
+set to
+an instance of an object
+
+
+Steps to reproduce the problem:
+1. Install mono-beta1 from Windows installer in the downloads page
+2. Unistall it
+3. Reinstall again with the installer exe
+4. Try to execute mcs
+
+Actual Results:
+the error msg shown above
+
+Expected Results:
+the traditional "no files specified" message of mcs
+
+
+How often does this happen?
+always
+
+Additional Information: