-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiler error #1582
Comments
Compiler sources are not shipped publicly, so debugging would be problematic.
|
Could you please ensure that symbol files (Microsoft_*.app) in .alpackages folder for all your projects are exactly the same? |
I have the same problem but am not sure what changes did I make to force it. To solved I tried to delete the app files in .alpackages folder to force recreation, but it did not help. I don't have any dependences set in app.json and am working on W1. [Error - 15:18:45] Please report this issue to https://github.com/microsoft/al/issues including information on how to reproduce it, if possible. |
@denissfrostlander no I am not working on the same project but I found the reason for the error: The order of properties set to a page is obviously important ('InsertAllowed', 'ModifyAllowed' must be set before 'SourceTableView' and of course 'SourceTable'). I had to move this line: SourceTableView = SORTING("Guarantee No.","Line No.") after these lines: InsertAllowed = false; EDIT: The AL Language version is 0.12.15355 |
@DusMArio, the order of properties should not actually matter. This is a bug, but it looks like it is already fixed in the latest internal codebase. I can reproduce it on an older extension version and not on the latest build. @SShadowS, could you please let me know if it helps to recreate the .alpackages folder. |
Re-opening as the original issue from @SShadowS remains unsolved. |
@SShadowS if you still having the problem then please open a new issue for us so we can get it fixed. |
Always happens in this project when I pressed Publish (F5) in VS Code. Other projects works just fine.
Is it possible to debug the compiler?
The text was updated successfully, but these errors were encountered: