Advertisement
Guest User

Untitled

a guest
Dec 5th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 2.44 KB | None | 0 0
  1. Unhandled Exception: System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded.
  2.  
  3.   at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool)
  4.  
  5.   at System.Reflection.Assembly.GetTypes () [0x00000] in <filename unknown>:0
  6.  
  7.   at Mono.CSharp.RootNamespace.ComputeNamespaces (System.Reflection.Assembly assembly, System.Type extensionType) [0x00000] in <filename unknown>:0
  8.  
  9.   at Mono.CSharp.RootNamespace.ComputeNamespace (Mono.CSharp.CompilerContext ctx, System.Type extensionType) [0x00000] in <filename unknown>:0
  10.  
  11.   at Mono.CSharp.GlobalRootNamespace.ComputeNamespaces (Mono.CSharp.CompilerContext ctx) [0x00000] in <filename unknown>:0
  12.  
  13.   at Mono.CSharp.Driver.LoadReferences () [0x00000] in <filename unknown>:0
  14.  
  15.   at Mono.CSharp.Driver.Compile () [0x00000] in <filename unknown>:0
  16.  
  17.   at Mono.CSharp.Driver.Main (System.String[] args) [0x00000] in <filename unknown>:0
  18.  
  19. Missing method .ctor in assembly C:\Users\Michael\Documents\ADPMobile\ADPMobile\Assets\Parse\Plugins\dotNet45\Unity.Compat.dll, type System.Runtime.Versioning.TargetFrameworkAttribute
  20. The class System.Runtime.Versioning.TargetFrameworkAttribute could not be loaded, used in Unity.Compat
  21. Can't find custom attr constructor image: C:\Users\Michael\Documents\ADPMobile\ADPMobile\Assets\Parse\Plugins\dotNet45\Unity.Compat.dll mtoken: 0x0a00000c
  22. The class SWIGPendingException could not be loaded, used in Firebase.App, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
  23. The class System.Threading.Tasks.Task`1 could not be loaded, used in Unity.Tasks, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
  24. The class <Create>c__AnonStorey0 could not be loaded, used in Firebase.App, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
  25. The class <Create>c__AnonStorey1 could not be loaded, used in Firebase.App, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
  26. The class <CheckDependencies>c__AnonStorey2 could not be loaded, used in Firebase.App, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
  27. The class <FixDependenciesAsync>c__AnonStorey3 could not be loaded, used in Firebase.App, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
  28. The class System.Threading.Tasks.TaskCompletionSource`1 could not be loaded, used in Unity.Tasks, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
  29. The class System.Threading.Tasks.TaskCompletionSource`1 could not be loaded, used in Unity.Tasks, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement