Hi
I’m a bit lost on how to solve my problem and not even sure it has anything to do with Clarion - but now I’m trying.
When I compile my app it runs fine the first time. If I run it again immediately after, I get the above error. 20-30 minutes later it can run it again. I have administrator rights on the PC and it runs standard Microsoft Security.
Someone who has experienced something similar and maybe has an idea how to solve it.
On the web, reference is made to 5 general solutions. I have tried them all.
Try out “OpenedFilesView” from www.nirsoft.net to see which files are in use by your app.
You could also try to use “Process Explorer” from www.sysinternals.com.
These are tools that help to better understand what your app is accessing.
It is the world’s simplest Nettalk Webserver which does nothing but display an empty form.
And it doesn’t really make sense that it works after 30 minutes - always.
I have also tried with other Nettalk examples and it gives the same result.
My own thought is that it has something to do with Windows Defender but unfortunately, I don’t have the option to turn it off - but that’s just a guess.
Maybe you’re trying to access a file using a relative path, and the base path changes due a SETPATH or open a file/folder wich is setted to remember the last path used…