Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 146185
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T08:33:25+00:00 2026-05-11T08:33:25+00:00

(VB.NET, .NET 3.5) I wrote the following function to read some text from txt

  • 0

(VB.NET, .NET 3.5)

I wrote the following function to read some text from txt file. It was working fine but now it’s not. It keeps giving me this error message

‘IOException was unhandled’ and

‘ The process cannot access the file ‘F:\kh_matt\ch1.txt’ because it is being used by another process.’

The ch1.txt is not even opened or being used by any program at all. I tried to move ch1.txt to another location (Drive D) still I got the same message error but just different location it says The process cannot access the file ‘D:\ch1.txt’ because it is being used by another process.’

Here’s my code block :

Private Sub btnRead_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnRead.Click

    Dim reader As StreamReader     Dim filelocation As String      filelocation = 'F:\kh_matt\ch1.txt'     Dim chid As Integer      chid = 1       If System.IO.File.Exists(filelocation) = True Then         reader = New StreamReader(New FileStream(filelocation, FileMode.Open))     Else         MsgBox(filelocation, MsgBoxStyle.OkOnly)     End If      Dim MyStream As New StreamReader(Path.Combine(Application.StartupPath, filelocation))     Dim vArray() As String = MyStream.ReadToEnd.Split(CChar('$'))     MyStream.Close()       Dim count As Integer      For d As Integer = 0 To vArray.Length - 1 Step 1          If d = vArray.Length - 1 Then             Exit For         End If          InsertKh(chid, d + 1, vArray(d))         count = d + 1     Next       MsgBox('Done Inserting') End Sub 

It always points to this code :

Dim MyStream As New StreamReader(Path.Combine(Application.StartupPath, filelocation))

Where I debug and press the respective button. Can anyone point out what the problem is ? Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T08:33:26+00:00Added an answer on May 11, 2026 at 8:33 am

    It seems you open the file twice, which is probably what’s causing your error:

    reader = New StreamReader(New FileStream(filelocation, FileMode.Open)) ... Dim MyStream As New StreamReader(Path.Combine(Application.StartupPath, filelocation)) 

    Are you sure that’s what you intend to do? It looks like you can remove MyStream and use reader instead. Also, you don’t have to use Path.Combine, since filelocation is not relative.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 75k
  • Answers 75k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer var reader = cmd.ExecuteReader(); var columns = new List<string>(); for(int… May 11, 2026 at 2:42 pm
  • added an answer The comment on the implementation has the following to say:… May 11, 2026 at 2:42 pm
  • added an answer There seems to not be any support for such autodocumentation… May 11, 2026 at 2:42 pm

Related Questions

Background I am trying to create a copy of a business object I have
Two questions: Can someone point me to unbiased data that compares .NET performance to
To able to do proper cross-thread access I'm using a piece of code something
Is there any way to write a Visual Studio Project file easy or do

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.