You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not really sure if this belongs here, but when I use ISuperObject in a large threaded application I sometimes get 'Cannot open file "C:\templates\MyFile.json". The process cannot access the file because it is being used by another process'
The source code looks fine as it reads a FileStream with OpenRead and DenyWrite, so it shouldn't be a problem.
The text was updated successfully, but these errors were encountered:
I'll give it a look. one of those things with threads - I have 8 running and each loads the file each time one is given a task. it only seems to be about 10% that have the issue, but guess that could be the virus checker.
Not really sure if this belongs here, but when I use ISuperObject in a large threaded application I sometimes get 'Cannot open file "C:\templates\MyFile.json". The process cannot access the file because it is being used by another process'
The source code looks fine as it reads a FileStream with OpenRead and DenyWrite, so it shouldn't be a problem.
The text was updated successfully, but these errors were encountered: