| | |
The process cannot access the file 'D:\pagefile.sys' because it is being used by anot
Please support our VB.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Apr 2008
Posts: 35
Reputation:
Solved Threads: 0
The process cannot access the file 'D:\pagefile.sys' because it is being used by anot
0
#1 Jun 17th, 2008
I m Using the Foll. method to Read the Contents of a File. If i m reading the doc,txt prog is working file. I m using the File "D:\pagefile.sys", ERROR is there,The process cannot access the file 'D:\pagefile.sys' because it is being used by another process.
how To Read Contents of "D:\pagefile.sys".
Need UR Help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Imports System.io
Module Module1
Sub Main()
Dim fs As FileStream
fs = New FileStream("D:\Documents and Settings\Administrator\Desktop\SCAN%20HDDDDDDDDDDDDDDDD[1].doc", FileMode.Open, FileAccess.ReadWrite, FileShare.Read)
Dim d As New StreamReader(fs)
d.BaseStream.Seek(0, SeekOrigin.Begin)
While d.Peek() > -1
Console.WriteLine(d.ReadToEnd)
Console.ReadLine()
End While
d.Close()
End Sub
End Module
how To Read Contents of "D:\pagefile.sys".
Need UR Help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Imports System.io
Module Module1
Sub Main()
Dim fs As FileStream
fs = New FileStream("D:\Documents and Settings\Administrator\Desktop\SCAN%20HDDDDDDDDDDDDDDDD[1].doc", FileMode.Open, FileAccess.ReadWrite, FileShare.Read)
Dim d As New StreamReader(fs)
d.BaseStream.Seek(0, SeekOrigin.Begin)
While d.Peek() > -1
Console.WriteLine(d.ReadToEnd)
Console.ReadLine()
End While
d.Close()
End Sub
End Module
![]() |
Other Threads in the VB.NET Forum
- Previous Thread: checked list box
- Next Thread: I need help for connecting to Ms access database
| Thread Tools | Search this Thread |
"crystal .net .net2008 2008 access add advanced application array assignment basic beginner box browser button buttons center click code combo convert cpu cuesent data database datagrid datagridview datetimepicker designer dissertation dissertations dissertationtopic dosconsolevb.net editvb.net employees excel exists firewall forms html images isnumericfuntioncall listview map math memory mobile module msaccess mssqlbackend mysql navigate net number opacity open pan pdf picturebox picturebox2 port position print printpreview record regex reuse right-to-left save search serial settings socket sorting sqldatbase sqlserver storedprocedure temp textbox timer timespan transparency txttoxmlconverter useraccounts usercontol vb vb.net vb.nettoolboxvisualbasic2008sidebar vba vbnet vista visual visualbasic visualbasic.net visualstudio.net web wpf wrapingcode xml year





