Closed bachii1010 closed 6 years ago
What version of the symbols do you have published on the server?
Hi @atoader
What do you mean by server which server it is u mean?
Sorry for the confusion. Let me rephrase: What version of NAV are you using? What version of the AL Language extension are you using? Can you reproduce the problem targetting different servers? Do you have a minimal code sample that reproduces this?
Hi,
We are using NAV 2018 CU2 and the AL extension is 0.12.16641.
i don't have a minimal solution because the error is coming while publishing the entire app .
Please suggest.
Hi! I see that you are using a version of NAV that is in mainstream support. This GitHub repository is dedicated to handling issues and feedback for the latest Developer Preview releases of the AL development tools for Dynamics 365 "Tenerife". Please open a Support Request to CSS through the PartnerSource portal or contact your Service Account Manager (SAM) in the local subsidiary. The CSS team is well suited for helping you reproduce this issue and backporting the eventual fix to your version of NAV.
@atoader
I have checked the same thing in march devpreview update . i got the same error i have described while publishing.
please suggest
Can you please run the Get-NavAppInfo -SymbolsOnly commandlet on your server and see if Test and System packages with the versions equal or higher to the ones specified in your app,json are present?
@StanislawStempin see below both are same:
Please suggest
Your app.json seems to be the problem. Test and System packages should not be specified in the dependencies
element. Instead they are covered by app.json elements:
"platform" : "12.0.0.0"
"test" : "12.0.0.0"
Please try to change the app.json and try again. Have you got this by using the Designer to generate the contents of app.json?
Hi @bachii1010 ! Could you let us know if the previous suggestion worked?
@StanislawStempin @atoader yes the above suggestion is working for me thanks.
Hi,
we have added test.app as dependency and we are getting the below error while publishing the app:
Please suggest us.
Thanks & regards Varun Reddy