Posted inDynamics NAV & BC Tips & tricks
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…