Assembly List - Update an Assembly

LefteyedLefteyed Member Posts: 43
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

Best Answers

  • LefteyedLefteyed Member Posts: 43
    edited 2017-10-18 Answer ✓
    Worked a bit with it today along side with a colleague.

    It seems to be working if File version/Assembly version is changed.
    l0q568r9wqzz.png

    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.

Answers

  • LefteyedLefteyed Member Posts: 43
    edited 2017-10-18 Answer ✓
    Worked a bit with it today along side with a colleague.

    It seems to be working if File version/Assembly version is changed.
    l0q568r9wqzz.png

    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.
Sign In or Register to comment.