Bug? Access denied error when compiling

agraham

Expert
Licensed User
Longtime User
I keep repeatedly getting this error when compiling with B4A v9.30. I don't recall getting it with earlier versions.
B4A Version: 9.30
Java Version: 11
Parsing code. (0.03s)
Building folders structure. (0.01s)
Compiling code. Error
Error compiling program.
Error description: Access to the path 'C:\Users\Andy\Documents\B4A\Projects\Examples\TableExample\Objects\src\anywheresoftware\b4a\table\main.java' is denied.
Error occurred on line: 162
End Sub
Retrying the compilation succeeds but this happens often enough to be annoying. I assume it is probably something to do with auto-backup, but the IDE should know this is happening and maybe wait, or do a retry or two or flag that it is starting a compile and not to start a backup.
 
Top