deanobravo
Member
Hi
I have just completed an upgrade of a VB6 app to VB.net (2008). Everything works as it should except for one (essential) part.
I cannot open more than one instance of the built app without getting a file access error.
Now don't laugh but my program uses Random Access files to store the data (i know, i know the 1990's called and they want their programmer back).
Anyway I've been using this method since the early 90's and it's never let me down.
Until now that is. VB6 allowed any number of users to access the files but for some reason VB.net gives the following error:
The process cannot access the file "C:\blah blah" because it is being used by another process.
Any help appreciated.
I have just completed an upgrade of a VB6 app to VB.net (2008). Everything works as it should except for one (essential) part.
I cannot open more than one instance of the built app without getting a file access error.
Now don't laugh but my program uses Random Access files to store the data (i know, i know the 1990's called and they want their programmer back).
Anyway I've been using this method since the early 90's and it's never let me down.
Until now that is. VB6 allowed any number of users to access the files but for some reason VB.net gives the following error:
The process cannot access the file "C:\blah blah" because it is being used by another process.
Any help appreciated.