Hi
I have installed the NAV2018CU4 release on my laptop and installed the VSIX that came with it into Visual Studio Code.
I am trying to do some Automated Testing on an extension I am writing and have set the app.json to have the following settings, so that the Test Objects are available:
"platform": "11.0.0.0",
"application": "11.0.0.0",
"test": "11.0.19846.0",
However when I try to run the code, I get the following error:
The request for path /NAV2018CU4/dev/apps?SchemaUpdateMode=synchronize failed with code 422. Reason: The extension specifies a higher compilation target than allowed.
The only help I've found on the web regarding code 422 is about a date format issue, but that has a different message.
Can anyone help?
Thanks
Chris
Hi
I have installed the NAV2018CU4 release on my laptop and installed the VSIX that came with it into Visual Studio Code.
I am trying to do some Automated Testing on an extension I am writing and have set the app.json to have the following settings, so that the Test Objects are available:
However when I try to run the code, I get the following error:
The request for path /NAV2018CU4/dev/apps?SchemaUpdateMode=synchronize failed with code 422. Reason: The extension specifies a higher compilation target than allowed.
The only help I've found on the web regarding code 422 is about a date format issue, but that has a different message.
Can anyone help?
Thanks
Chris