When I start MySQL Notifier up, an error like this is shown:
"High Severity Error" "Object reference not set to an instance of an object."
And when I click over "Show Details" I can see the the program's exception stack trace:
at MySQL.Utility.IniFile.HasKey(String section, String keyToFind) at MySql.Notifier.MySQLService.GetStartupParameters() at MySql.Notifier.MySQLService.FindMatchingWBConnections() at MySql.Notifier.MySQLService.SetServiceParameters(Boolean doNotFetchInstanceIfOffline) at MySql.Notifier.Machine.LoadServiceParameters(MySQLService service, ChangeType changeType) at MySql.Notifier.Machine.ChangeService(MySQLService service, ChangeType changeType) at MySql.Notifier.Machine.LoadServicesParameters(Boolean setupWMIEventsOnly) at MySql.Notifier.MachinesList.LoadMachinesServices() at MySql.Notifier.Notifier..ctor() at MySql.Notifier.NotifierApplicationContext..ctor() at MySql.Notifier.Program.Main(String[] args)
What can I do to start the program correctly?