Options

DotNet cannot use in BC14 anymore?

zero5870zero5870 Member Posts: 2
In BC 14.10 (CU 09 Dynamics 365 Business Central Spring 19 Update W1)

I'm trying to use DotNet to access an external DB

At the first step to use DotNet, we neet to add { "target": "OnPrem" } setting into the app.json,
but I receive the error like below.
ts8gubjt1yuc.png


(Same setting at extension 4.0 (BC15) is ok)

Is that mean, in extension 3.0 (BC14) can not use DotNet assembly now ?

Answers

  • Options
    SilverXSilverX Member Posts: 134
    Please clear the target value and let VSCode suggest. There should be "Internal" in the list, which is the BC 14 OnPrem.
    Cheers
    Carsten


    ==> How To Ask Questions The Smart Way

    This post is my own opinion and does not necessarily reflect the opinion or view of my employer.
  • Options
    zero5870zero5870 Member Posts: 2
    By using the target="Internal", I can use DotNet in BC14 now.
    Thank you very much for you reply.
Sign In or Register to comment.