A selection of the latest insight from the Dynamics NAV blogs:
- Dynamically Loading Assemblies at Runtime
- Dynamics NAV on Azure & Architecture
- This Is Merging! 2.0 on NAV 2016 - Issue with Microsoft.Dynamics.Nav.Client.CodeViewerTypes
Dynamically Loading Assemblies at Runtime
Vjekoslav Babić has already written a three-article series about "DLL hell" for Dynamics NAV developers and how to resolve it. In the previouw post in the series he provided some code to help you take control of your .NET assemblies.
This time, I am delivering an updated solution, one that solves all the...