Advertisement
Guest User

Client Side

a guest
Mar 15th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. [ 187297] Error invoking callback for event vMenu:SetPermissions: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: The type initializer for 'Newtonsoft.Json.Serialization.DefaultSerializationBinder' threw an exception. ---> System.MethodAccessException: Error verifying Newtonsoft.Json.Serialization.DefaultSerializationBinder:.ctor (): Method System.Runtime.Serialization.SerializationBinder:.ctor () is not accessible at 0x0018
  2.  
  3. [ 187359] at Newtonsoft.Json.Serialization.DefaultSerializationBinder..cctor () [0x00000] in <607e95f78559498690f968784b884761>:0
  4.  
  5. [ 187422] --- End of inner exception stack trace ---
  6.  
  7. [ 187484] at Newtonsoft.Json.JsonSerializer.Create () [0x00000] in <607e95f78559498690f968784b884761>:0
  8.  
  9. [ 187547] at Newtonsoft.Json.JsonSerializer.Create (Newtonsoft.Json.JsonSerializerSettings settings) [0x00000] in <607e95f78559498690f968784b884761>:0
  10.  
  11. [ 187609] at Newtonsoft.Json.JsonSerializer.CreateDefault () [0x00012] in <607e95f78559498690f968784b884761>:0
  12.  
  13. [ 187672] at Newtonsoft.Json.JsonSerializer.CreateDefault (Newtonsoft.Json.JsonSerializerSettings settings) [0x00000] in <607e95f78559498690f968784b884761>:0
  14.  
  15. [ 187719] at Newtonsoft.Json.JsonConvert.DeserializeObject (System.String value, System.Type type, Newtonsoft.Json.JsonSerializerSettings settings) [0x0000b] in <607e95f78559498690f968784b884761>:0
  16.  
  17. [ 187781] at Newtonsoft.Json.JsonConvert.DeserializeObject[T] (System.String value, Newtonsoft.Json.JsonSerializerSettings settings) [0x00000] in <607e95f78559498690f968784b884761>:0
  18.  
  19. [ 187844] at Newtonsoft.Json.JsonConvert.DeserializeObject[T] (System.String value) [0x00000] in <607e95f78559498690f968784b884761>:0
  20.  
  21. [ 187906] at vMenuShared.PermissionsManager.SetPermissions (System.String permissions) [0x00007] in C:\projects\vmenu\vMenuShared\PermissionsManager.cs:481
  22.  
  23. [ 187953] at vMenuClient.MainMenu.SetPermissions (System.String permissionsList) [0x00000] in C:\projects\vmenu\vMenu\MainMenu.cs:286
  24.  
  25. [ 188016] at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
  26.  
  27. [ 188109] at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00032] in <f0e9de1592254c6a8c7c298c474f20de>:0
  28.  
  29. [ 188156] --- End of inner exception stack trace ---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement