i have problem my bot is always close when bot logging in:
[8/1/2014 15:34:14] System.TypeInitializationException: The type initializer for 'EmuB0T-Host.LineSerializer' threw an exception. ---> System.MissingMethodException: Method not found: 'System.Threading.Tasks.Task System.Threading.Tasks.Task.Run(System.Func`1<Syst em.Threading.Tasks.Task>)'.
at System.ModuleHandle.ResolveMethod(RuntimeModule module, Int32 methodToken, IntPtr* typeInstArgs, Int32 typeInstCount, IntPtr* methodInstArgs, Int32 methodInstCount)
at System.ModuleHandle.ResolveMethodHandleInternalCor e(RuntimeModule module, Int32 methodToken, IntPtr[] typeInstantiationContext, Int32 typeInstCount, IntPtr[] methodInstantiationContext, Int32 methodInstCount)
at System.ModuleHandle.ResolveMethodHandleInternal(Ru ntimeModule module, Int32 methodToken, RuntimeTypeHandle[] typeInstantiationContext, RuntimeTypeHandle[] methodInstantiationContext)
at EmuB0T-Host.RegistryLoader.DisableSymbol(Int32 reasonAvailable, Int32 uriInstance, Int32 filterPosition)
at EmuB0T-Host.LineSerializer..cctor()
--- End of inner exception stack trace ---
at EmuB0T-Host.LineSerializer.DisableSymbol(Func`1 reasonAvailable)
at EmuB0T-Host.ServerSerializer.DisableSymbol(Object reasonAvailable, String uriInstance, String filterPosition)
at PVPNetConnect.PVPNetConnection.Login()
at PVPNetConnect.PVPNetConnection.<>c__DisplayClass1e 6.<Connect>b__1e4()
at System.Threading.ThreadHelper.ThreadStart_Context( Object state)
at System.Threading.ExecutionContext.Run(ExecutionCon text executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionCon text executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()