Check Update to Version 9

Add-in Express™ Support Service
That's what is more important than anything else

Check Update to Version 9
How to check the new installed Version in earlier Projects 
David




Posts: 2
Joined: 2018-10-25
Hi,

we have updated the add-in from version 8 to version 9. In Visual Studio it also shows the latest version (see PrintScreen). I simply recompiled the existing project. How can I check if the latest version has really been compiled? In the debug directory of the project I see at the adxloader.dll file version 8.9.4553.0

Image PrintScreen: https://drive.google.com/file/d/1EWO3MJQQ3t7lNRhZ6yirPJuCMB5w76xS/view?usp=sharing
Posted 25 Oct, 2018 07:51:35 Top
Andrei Smolin


Add-in Express team


Posts: 18818
Joined: 2006-05-11
Hello David,

You should check all references to Add-in Express assemblies in your add-in project; they should be of version 9. If this isn't the case, set Copy Local = false and Specific Version = False. As to the loader, you should replace it yourself. A simple way to do this is to register your add-in project from the IDE and confirm the replacement. Then unregister the add-in project and build the setup project.


Andrei Smolin
Add-in Express Team Leader
Posted 25 Oct, 2018 09:14:24 Top
David




Posts: 2
Joined: 2018-10-25
Hi Adrei,

thanks for the infos - should work like that!
Posted 26 Oct, 2018 09:06:01 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi David,

If you have any questions or face problems, feel free to contact us.
Posted 29 Oct, 2018 04:00:41 Top