Well, I'm testing a form where there is a streamwriter concept to write data in a text file. I don't have problem with it, except when debugging, if I fill the form when testing more than 4 or 5 times, it stops and highlighted in yellow colour the entire line of the streamwriter code saying to me:
IOExeption was unhandled
The process cannot access the file 'C:\Test.txt' because it is being used by another process.
I don't know why it is saying this when filling more than 5 times the form when debugging. The file is not opened anywhere, it is just in the Local Drive C.