Hey Chris,
We'll improve the error when a theme isn't found.
Hi,
Took me a while to find so to possibly save other some time...
On my development machine the automated (TeamCity) build process ran fine but on the production build server it was throwing an error of the form when using the /bwu option:
Adding versions from file: Succeeded [Error]: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index
I hadn't realised that custom Theme Templates are stored in the user profile and so were not present on the server (different server and user).
My workaround was to copy the required template images to the build server. On there run wyBuild server running as the build user (TeamCity build agent user in this case), open a project and re-create the template with the same name as the original, referencing the copied images.
I guess the error is because the template details are not present in some array. A better error would have helped.
I hope this can be fixed in the next release.
Nice product by the way.
Thanks,Chris
Hey Chris,
We'll improve the error when a theme isn't found.