this is to let you know, that between 2014.05.19 and 2016.1.21 the function "StiConfig.Services.GetService()" must have changed the way it works.
The following line of code which worked under 2014.05.19 now returns null:
Code: Select all
StiWpfMainMenuService objService = (StiWpfMainMenuService)StiConfig.Services.GetService(typeof(StiWpfMainMenuService));
Code: Select all
StiWpfMainMenuService objService = StiWpfMainMenuService.GetService();
Thanks.
Regards,
Pascal