Click here to Skip to main content
16,011,358 members

Comments by rafef Ali (Top 4 by date)

rafef Ali 11-Feb-12 17:14pm View    
i have this exception (IOException unhandeled
The process cannot access the file because it is being used by another process)
in this line of code
System.IO.File.Move(fi.FullName, Path.Combine(fi.Directory.ToString(), Convert.ToString(i)) + fi.Extension);
rafef Ali 10-Feb-12 18:32pm View    
ok Thank you very much, but this new problem appears
(The process cannot access the file because it is being used by another process)
rafef Ali 10-Feb-12 17:09pm View    
Deleted
yes i do that but the problem in move
(Error 1 'System.Windows.Forms.MainMenu' does not contain a definition for 'Move' and no extension method 'Move' accepting a first argument of type 'System.Windows.Forms.MainMenu' could be found (are you missing a using directive or an assembly reference?) C:\555\555\Program.cs 438 22 555
)
rafef Ali 9-Feb-12 17:19pm View    
Error 1 'System.Windows.Forms.MainMenu' does not contain a definition for 'Move' and no extension method 'Move' accepting a first argument of type 'System.Windows.Forms.MainMenu' could be found (are you missing a using directive or an assembly reference?) C:\Documents and Settings\aaa\Desktop\New Folder (2)\project\5555510\555\555\Program.cs 441 22 555
ihave this problem