[Mono-bugs] [Bug 44849][Wis] New - /win32icon:<file> isn't supported by MCS

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sun, 15 Jun 2003 14:50:09 -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 spouliot@videotron.ca.

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

--- shadow/44849	Sun Jun 15 14:50:09 2003
+++ shadow/44849.tmp.21301	Sun Jun 15 14:50:09 2003
@@ -0,0 +1,36 @@
+Bug#: 44849
+Product: Mono/MCS
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: spouliot@videotron.ca               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: /win32icon:<file> isn't supported by MCS
+
+Description of Problem:
+The command-line argument /win32icon isn't supported by MCS.
+MCS handles /win32icon:mono.ico as an invalid filename.
+
+Steps to reproduce the problem:
+1. mcs /win32icon:mono.ico
+
+Actual Results:
+Unhandled Exception: System.NotSupportedException: The given path's format 
+is no
+t supported.
+
+Expected Results:
+(a) No error but (maybe) a warning that icons aren't supported
+(b) Supports for icons
+
+How often does this happen? 
+Always