[Mono-bugs] [Bug 75018][Wis] New - Report 'file' is a binary file
instead of a source code file
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat May 21 12:54:34 EDT 2005
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 bmaurer at users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=75018
--- shadow/75018 2005-05-21 12:54:34.000000000 -0400
+++ shadow/75018.tmp.28928 2005-05-21 12:54:34.000000000 -0400
@@ -0,0 +1,37 @@
+Bug#: 75018
+Product: Mono: Compilers
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: C#
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: bmaurer at users.sf.net
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Report 'file' is a binary file instead of a source code file
+
+According to MSDN:
+
+http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cscomp/html/vcerrCompilerErrorSC2015.asp
+
+Compiler Error CS2015
+'file' is a binary file instead of a source code file
+
+A file was passed to the compiler that was a binary file. The compiler
+expects a source code file.
+
+This is really helpful when you say:
+
+mcs foo.exe
+
+Rather than
+
+mcs foo.cs
+
+Not sure how this would be detected though.
More information about the mono-bugs
mailing list