Fixed the issue with the templategroupname, it indeed wasn't set at the right time.
brianchance wrote:
We can try, we have 3 users, each with 3 logins. Complicated by the fact we use windows runas with the /noprofile switch.
All of this can be overcome, anyway it could default to one in the LLBLGen Pro v3.0 directory if another is not found?
If you look at Startup.cs, line 327 and further, the method LoadPreferences(), it uses the special folder of the current environment, 'ApplicationData', which is different for every user, and the value at runtime is the application data folder for the user running the application.
You can either modify that method or run the cligenerator under a special user.