Hey Guys
What is the nice and clean way to update an assembly from Visual Studio to Navision?
When I create my DLL file, I need to change the assembly name for Navision to registre that a new assembly is created.
If I just update the assembly number and/or file version, then it doesn't update it on the list of assemblies.
Thanks
/left
0
Answers
It seems to be working if File version/Assembly version is changed.
Create the new DLL fil.
Stop the tier, and make sure that nothing is connected to the old DLL file. (Close Development Environment as it can have connected to a copy of the DLL file in AppData)
Replace the old DLL file with the new one, start tier and it should now be working without the need to change name of the DotNet component.