Discussions
Activity
Best Of...
Sign In
·
Register
Home
›
NAV Three Tier
Howdy, Stranger!
It looks like you're new here. Sign in or register to get started.
Sign In
Register
Quick Links
Categories
Recent Discussions
Activity
Best Of...
Unanswered
Categories
All Categories
73
General
73
Announcements
66.6K
Microsoft Dynamics NAV
18.7K
NAV Three Tier
38.4K
NAV/Navision Classic Client
3.6K
Navision Attain
2.4K
Navision Financials
115
Navision DOS
854
Navision e-Commerce
1K
NAV Tips & Tricks
772
NAV Dutch speaking only
615
NAV Courses, Exams & Certification
2K
Microsoft Dynamics-Other
1.5K
Dynamics AX
302
Dynamics CRM
109
Dynamics GP
10
Dynamics SL
1.5K
Other
993
SQL General
384
SQL Performance
34
SQL Tips & Tricks
34
Design Patterns (General & Best Practices)
Architectural Patterns
10
Design Patterns
5
Implementation Patterns
53
3rd Party Products, Services & Events
1.7K
General
1.1K
General Chat
1.6K
Website
79
Testing
1.2K
Download section
23
How Tos section
260
Feedback
12
NAV TechDays 2013 Sessions
13
NAV TechDays 2012 Sessions
Visual studio Code
Javaid
Member
Posts:
23
2020-07-06
in
NAV Three Tier
Hi
I am new in Navision NAV BC. I have installed Navision BC and Visual Studio Code on my mashine. So what now?
I got this error. How can I solve this?
/Javaid
0
Best Answer
Javaid
Member
Posts:
23
2020-07-10
Answer ✓
Thanks for your answer.
I have now a new error which I think is related to the version. I have added launch.json and app.json.
I have used 2.0
My NavisionBC version is
Any suggestion of how I solve this error.
0
Answers
Phogue
Member
Posts:
76
2020-07-07
Is your service tier running?
I think you meant to write "OnPrem" and not "OnPrim" in line 17 "target:"
0
Javaid
Member
Posts:
23
2020-07-10
Answer ✓
Thanks for your answer.
I have now a new error which I think is related to the version. I have added launch.json and app.json.
I have used 2.0
My NavisionBC version is
Any suggestion of how I solve this error.
0
ShaiHulud
Member
Posts:
228
2020-07-10
Have you published the System.app, generated symbol reference, marked "Enable application symbol references at server startup" in the server instance settings, and then restarted the service?
1
foo_bar
Member
Posts:
91
2020-07-10
The serverinstance in your launch file is not correct, I presume this should just be 'BC130' in your case
1
Javaid
Member
Posts:
23
2020-07-10
Hi
Thanks for your answers.
You have both right. I also have to change the configuration file property
<NetFx40_LegacySecurityPolicy enabled="false" />
Now it is working perfect.
1
Sign In
or
Register
to comment.
Answers
I think you meant to write "OnPrem" and not "OnPrim" in line 17 "target:"
I have now a new error which I think is related to the version. I have added launch.json and app.json.
I have used 2.0
My NavisionBC version is
Any suggestion of how I solve this error.
Thanks for your answers.
You have both right. I also have to change the configuration file property
<NetFx40_LegacySecurityPolicy enabled="false" />
Now it is working perfect.