[Mono-bugs] [Bug 81767][Wis] New - convert_share does not convert the FILE_SHARE_DELETE

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon May 28 14:35:45 EDT 2007


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 krawczyk.wojciech at gazeta.pl.

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

--- shadow/81767	2007-05-28 14:35:45.000000000 -0400
+++ shadow/81767.tmp.23013	2007-05-28 14:35:45.000000000 -0400
@@ -0,0 +1,45 @@
+Bug#: 81767
+Product: Mono: Runtime
+Version: 1.2
+OS: Windows XP
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: io-layer
+AssignedTo: dick at ximian.com                            
+ReportedBy: krawczyk.wojciech at gazeta.pl               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: convert_share does not convert the FILE_SHARE_DELETE
+
+Description of Problem:
+When the FileStream is created using:
+--
+file = new FileStream(fileName, FileMode.Open, FileAccess.ReadWrite, 
+FileShare.Delete);
+--
+and the file is used the Mono is compaining: System.IO.FileShare has 
+unknown value 0x4
+
+Steps to reproduce the problem:
+1. create file as above
+2. observe the console
+
+
+Actual Results:
+
+Warning message on the console
+
+Expected Results:
+
+No warning message, the file may be removed during read/write
+
+How often does this happen? 
+
+everytime
+
+Additional Information:


More information about the mono-bugs mailing list