Quantcast
Channel: ClearScript
Viewing all articles
Browse latest Browse all 2297

Commented Unassigned: Cannot create a file when that file already exists [100]

0
0

Clearscript 5.3.11.0 return error "Cannot create a file when that file already exists".

My project is an Windows application in C#, framework 4.5.
In the application each 1/2 seconds is called :

VBScriptEngine engine = new VBScriptEngine();
foreach (ParsedItem pi in _parsedItems) engine.AddHostObject(pi.Id, pi);
engine.Dispose();

The application is run in multiple instance (20 applications contemporary).
Sometimes in the log I get error "Cannot create a file when that file already exists".


Comments: Hello! Can you provide more information? Why do you believe this is a ClearScript issue? A stack trace could be helpful. If you can't reproduce the issue in the debugger, try writing the entire exception (rather than just the message string) out to your log. Also, please consider switching to the latest version of ClearScript. The version you're using has known memory leaks among other issues. Thanks!

Viewing all articles
Browse latest Browse all 2297

Latest Images

Trending Articles





Latest Images