I am having an issue that prevents buddywing from even starting. It throws an exception as the login window is starting to load.
[12:57:57.389 D] [Trace] Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
[12:57:57.389 D] [Trace] Loader exceptions:
[12:57:57.394 D] [Trace] System.IO.FileNotFoundException: Could not load file or assembly 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
File name: 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
[12:57:57.709 D] [Trace] Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
[12:57:57.709 D] [Trace] Loader exceptions:
[12:57:57.709 D] [Trace] System.IO.FileNotFoundException: Could not load file or assembly 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
File name: 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
[12:57:57.813 N] Starting Buddy Wing v1.0.817.237
[12:57:58.201 D] The type initializer for 'Buddy.CommonBot.BotMain' threw an exception.
[12:57:58.219 D] at Buddy.CommonBot.BotMain.get_StatusText()
at Buddywing.MainWindow.()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()