Open ChristianHovenbitzer opened 2 years ago
Any news for this problem?
We are receiving the same error message with each Report generated with Txt2Al once we copy it to the folder of our AL project, which is based on Microsoft's AL-Go-PTE Template.
The project compiles without warnings or errors, but every time we make a change in the .Report.al file and save the changes, that error message is displayed and it is automatically closed.
Is there any way of clear cachés or something that solve this "rename" problem?
Commited. Could it be caused by case sensitivity? E.g. here is a codeunit called 'Sales Functions' and the file has ne name 'Salesfunctions.Codeunit.al' (with lowercase f).
@dirkmass Your suggestion worked for me, many thanks :)
Hi, I'm having an issue with the function to rename files both with the action and the setting "CRS.OnSaveAlFileAction": "Rename".
The extension trys to rename the file but fails with an error stating the file already exists. I managed to reproduce this behaviour:
codeunit 50000 "Test" { }