What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

unhandled exception ERROR

dbltap101

New Member
Joined
Dec 15, 2012
Messages
2
Reaction score
0
i keep getting this issue

Unhandled Exception: The type initializer for 'Buddy.CommonBot.BotMain' threw an exception.. Check log for full info


my log is here

[14:16:12.392 N] Starting Buddy Wing v1.0.963.353
[14:16:12.864 D] The type initializer for 'Buddy.CommonBot.BotMain' threw an exception.
[14:16:12.870 D] at Buddy.CommonBot.BotMain.get_StatusText()
at Buddywing.MainWindow.<MainWindow_Loaded>b__2f()
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()
[14:16:13.636 D] [Trace] Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
[14:16:13.636 D] [Trace] Loader exceptions:
[14:16:13.636 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].

[14:16:14.332 D] [Trace] Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
[14:16:14.332 D] [Trace] Loader exceptions:
[14:16:14.332 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].
 
Back
Top