web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
VS Code error Make sure you configure your ‘user.name’ and ‘user.email’ in git

On customer premises I wanted to commit my code into our Azure repository. I got an error: Make sure you configure your ‘user.name’ and ‘user.email ‘in git To fix this issue type the following command in the VS Code ...

Community Member
Like (0)
The branch ‘main’ has no upstream branch. Would you like to publish this branch?

git push --set-upstream origin master The branch ‘main’ has no upstream branch. Would you like to publish this branch?

Community Member
Like (0)
Can’t push refs to remote. Try running ‘Pull’ first to integrate your changes

When you are experiencing this ‘error’: This could be the solution: Type: git branch -M main in the VS Code Terminal.

Community Member
Like (0)
Use of implicit ‘with’ will be removed in the future. Qualify with ‘Rec.’. This wa...

In this blog post I will discuss the warning that you can encounter in Visual Studio Code if you create, edit or convert pages. The warning you may get is: “Use of implicit ‘with’ will be removed in the future. Qualify with R...

Community Member
Like (0)
Cumulative update CU 51 for Microsoft Dynamics NAV 2017 has been released

For a complete list of updates please take a look at Microsoft Support: https://support.microsoft.com/en-us/topic/released-cumulative-updates-for-microsoft-dynamics-nav-2017-99f042ca-81ed-9fd5-2645-75fa9590dfd1 The CU only contains only minima...

Community Member
Like (0)
Export-NAVApplicationObject : $NavIde was not correctly set. Please assign the pat...

One step of convertering C/AL to AL is to import the fob in BC14 and then export it to text with the new syntax. This exporting can be achieved by using the Export-NAVApplicatieObject cmdlet. However I got an error I recognized but I didn’t...

Community Member
Like (0)
BC14 – Generate Symbols and Build Object Search Index

The ‘Build Object Search Index’ feature in the BC14 Development Environment makes objects searchable in the webclient according to the Microsoft documentation: https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/up...

Community Member
Like (0)
VS Code error: Can’t push refs to remote. Try running ‘Pull’ first to integrate yo...

This error message I encountered recently a few times when I performed a Git Sync from VS Code to check the AL code to SCM (Github): One of the causes for this error message is when you try to upload files which are greater then the allowe...

Community Member