Updating assembly lists
Posted: Fri Nov 28, 2014 10:16 am
by Andrew Brent
Is there a simple way of editing the entry of the list of assemblies when those assemblies have in themselves been updated? For instance. I use DevExpress and each time they release new versions I would like to open an editor and change the path and version number and then save those values. This would save a lot of time.
Re: Updating assembly lists
Posted: Fri Nov 28, 2014 1:26 pm
by FrancescoT
Dear Andrew,
you may try to update the script file using a text editor, having care to not alterate the internal script format.
Anyway, all the other Assembly information are dynamically queried by the IA IDE and due of this, they can't be manually updated.
Make a backup copy of the script file before to apply any edit.
Hope this helps you.
Regard