Creating a .NET Assembly, the importance of versioning

Everyone who has ever created a .NET DLL for his NAV project will probably have run into different kind of issues concerning versioning.
◾Either unable to overwrite without stopping the Server Instance
◾Not having the right assembly loaded
◾Having to replace your assembly in code and losing your events

Bron : Magno’s Blog
Lees meer…

Print Existing PDF in Dynamics NAV using DotNET

As you might have noticed in my blog post from a couple of days ago I am making an attempt to print an existing PDF from NAV.

This is a common request. For example: print assembly instructions together with a sales packaging document. The assembly instructions are an existing PDF document and the sales document is generated by NAV.

Bron : Mark Brummel
Lees meer…

Automatic Deployment of Microsoft .NET Framework Interoperability and Control Add-in Assemblies

Microsoft Dynamics NAV 2015 makes it easier for the system administrators to deploy client-side assemblies for .NET Framework interoperability and client control add-ins on computers that are running the Microsoft Dynamics NAV Windows client or Microsoft Dynamics NAV Development Environment.

Bron : Ashwini Tripathi
Lees meer…

How to: Set .NET Framework Types to Run on the Microsoft Dynamics NAV Windows Client or Microsoft Dynamics NAV Server Computers

Here is the brief description for how to set .NET Framework objects that are instantiated by DotNet variables to target either the Microsoft Dynamics NAV Windows client or Microsoft Dynamics NAV Server. By default, a type is set to target Microsoft Dynamics NAV Server.

Bron : Ashwini Tripathi
Lees meer…