When I try to query all Event Subscriptions from Visual Studio Online I receive the following error: "Requested value 'PersistedNotification' was not found."
My code:
var server = TfsProvider.GetServer(tfsUri);
var eventService = (IEventService)server.GetService(typeof(IEventService));
var subscriptions = eventService.GetAllEventSubscriptions(); // Exception here