Options

Could not download reference symbol in Visual Studio Code Dynamics Nav

MesutGMesutG Member Posts: 19
edited 2017-09-25 in NAV Three Tier
Hi Everybody,

The AL language extension is already available to install in a local machine (see Roberto's post). It's the July Update.

I have installed Dynamics NAV July update.

I select "local server", so the launch.json looks like this:
3pziqi7jw9ue.png

app.json looks like this:
8121ntsxi5bd.png



I am getting the error while publishing extension in Visual Studio Code(Nav 2017). And I cannot download the symbols. The console output looks like this:

evr6cqajsx3j.png


iaf4mcsyvgux.png

Best Answer

Answers

  • Options
    DefinitelyNotBeteDefinitelyNotBete Member Posts: 4
    Hey
    Got VSCode June update and I can launch the webclient with the extension.
    Don't think the launch or app files have changed between those updates, so maybe you can get an idea of the setup from my files.

    launch.json
                "type": "al",
                "request": "publish",
                "name": "Publish",
                "server": "http://localhost",
                "serverInstance": "DynamicsNAV100",
                "port": 7349,
                "tenant": "default",
                "windowsAuthentication": true,
                "startupObjectId": 21
    

    app.json
    {
      "id": "a7a49c61-7712-400a-9fc5-bc35f8e02aa0",
      "name": "module",
      "publisher": "",
      "brief": "Module",
      "description": "Manage ",
      "version": "1.0.0.0",
      "privacyStatement": "",
      "EULA": "",
      "help": "",
      "url": "",
      "logo": "",
      "capabilities": [],
      "platform": "10.0.0.0",
      "application": {
        "version": "10.0.0.0",
        "locale": "US"
      },
      "screenshots": []
    }
    
  • Options
    MesutGMesutG Member Posts: 19
    edited 2017-09-25
    Thanks for solution @DefinitelyNotBete. But didn't work.

    I download June Update before your answer. And I Try the all Combination for app.json and launch.json.

    I have a guestion. I don't have a Azure machine. would this cause trouble?

    My new error screen:

    zhvldkp9by8v.png

    How should I solve this problem?
  • Options
    DefinitelyNotBeteDefinitelyNotBete Member Posts: 4
    I'm also a noob on this.
    But is your service correct?

    fnugjjy9o8pa.png
  • Options
    MesutGMesutG Member Posts: 19
    edited 2017-09-28
    @DefinitelyNotBete I'm freshment. I have a lot to learn about the VS Code extension.

    • Is Dynamics 365 for Financial necessary?
    ki33bj121b56.png

    • Finally question! Can I write extension on Local Machine? Or should it be Azure?
Sign In or Register to comment.