MySQL Notifier error
Posted by:
Eric Bond
Date: April 21, 2015 12:47PM
I am trying to install and use MySQL Notifier 1.1.6 via the 1.4 installer.
I have uninstalled and installed MySQL Notifier multiple times, including deleting the Oracle folder in AppData in between, but I continue to get the following error:
MySqlNotifier Error: 1 : Application Exception on Program.Main - Could not find a part of the path 'C:\Users\xxx\Downloads\mysql-workbench-1.1.10-alpha-win32-noinstall\MySQL Workbench 1.1'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileSystemEnumerableIterator`1.CommonInit()
at System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler, Boolean checkHost)
at System.IO.Directory.GetDirectories(String path, String searchPattern, SearchOption searchOption)
at MySQL.Utility.Classes.MySQLWorkbench.MySqlWorkbench.IsMySqlUtilitiesInstalled()
at MySql.Notifier.Notifier.UpdateStaticMenuItems()
at MySql.Notifier.Notifier.SetupContextMenu()
at MySql.Notifier.Notifier..ctor()
at MySql.Notifier.NotifierApplicationContext..ctor()
at MySql.Notifier.Program.Main(String[] args)
DateTime=2015-04-21T16:48:58.6396138Z
Timestamp=233918449406
Callstack= at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
at System.Environment.get_StackTrace()
at System.Diagnostics.TraceEventCache.get_Callstack()
at System.Diagnostics.TraceListener.WriteFooter(TraceEventCache eventCache)
at System.Diagnostics.TraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message)
at System.Diagnostics.TraceSource.TraceEvent(TraceEventType eventType, Int32 id, String message)
at MySQL.Utility.Classes.MySqlSourceTrace.WriteToLog(String message, SourceLevels messageType, Int32 messageId)
at MySQL.Utility.Classes.MySqlSourceTrace.WriteAppErrorToLog(Exception exception, SourceLevels messageType, Boolean useInnerException)
at MySql.Notifier.Program.Main(String[] args)
I assume this is from some old install I had done previously, but I am not sure how to remedy it. Any advice is appreciated.