Help me to understand.
I changed the table in C / SIDE without generatesymbolreference = yes, but I do not see these changes in AL.
I read the section Running C / SIDE and AL Side-By-Side at
https://docs.microsoft.com/en-us/dynamics-nav/developer/devenv-running-cside-and-al-side-by-side, performed :
1. Run C: \ Program Files (x86) \ Microsoft Dynamics NAV \ 110 \ RoleTailored Client \ finsql.exe Command = generatesymbolreference, Database = , ServerName = from command line
Nothing happened.
2. Run finsql.exe generatesymbolreference = yes
3. Compiled table again
4. Run VS Code. Don't see changes.
what am I doing wrong?
DONE.
1. Close all Nav Application
2. Close VS code
3. Run 'C: \ Program Files (x86) \ Microsoft Dynamics NAV \ 110 \ RoleTailored Client \ finsql.exe Command =
generatesymbolreference, Database = , ServerName =' from command line
Nothing happened-only so it seems. The task can be completed very quickly or take some time. Messages about the beginning and end of the execution will not be.
4. Run Nav Development Enviroment with parameter - finsql.exe generatesymbolreference = yes
5. Compile all objects with validation
6. Run VS Code
7. Open .al file
8. Change app.json
9. Download symbols for new version app - CTRL+SHIFT+P
ENJOY !