[Mono-bugs] [Bug 63899][Nor] New - CS8018 : Could not find the symbol writer assembly
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 25 Aug 2004 03:40:31 -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 tocsleung@so-net.com.hk.
http://bugzilla.ximian.com/show_bug.cgi?id=63899
--- shadow/63899 2004-08-25 03:40:31.000000000 -0400
+++ shadow/63899.tmp.20433 2004-08-25 03:40:31.000000000 -0400
@@ -0,0 +1,50 @@
+Bug#: 63899
+Product: Mono: Compilers
+Version: unspecified
+OS:
+OS Details: Windows platform
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: C#
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: tocsleung@so-net.com.hk
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: CS8018 : Could not find the symbol writer assembly
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+
+compile any program under win32 platform with Mono-1.0.1
+
+I usually use the following command to compile C# programs:
+
+mcs -debug+ *.cs
+
+
+Actual Results:
+
+always encounter the following error:
+CS8018 : Could not find the symbol writer assembly
+(Mono.CSharp.Debugger.dll)...
+
+
+Expected Results:
+
+
+
+How often does this happen?
+
+Always
+
+Additional Information:
+
+I installed Mono-1.0.1 package in my PC.