Guest User

Transit Addon Mod Error

a guest
Dec 4th, 2015
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. A Mod caused an error [System.Exception]
  2.  
  3. Details:
  4. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded.
  5. at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool)
  6. at System.Reflection.Assembly.GetTypes () [0x00000] in <filename unknown>:0
  7. at Transit.Addon.Mod+<>c.<get_Modules>b__14_0 (System.Reflection.Assembly a) [0x00000] in <filename unknown>:0
  8. at System.Linq.Enumerable+<CreateSelectManyIterator>c__Iterator12`2[System.Reflection.Assembly,System.Type].MoveNext () [0x00000] in <filename unknown>:0
  9. at System.Linq.Enumerable+<CreateWhereIterator>c__Iterator1D`1[System.Type].MoveNext () [0x00000] in <filename unknown>:0
  10. at System.Linq.Enumerable+<CreateWhereIterator>c__Iterator1D`1[System.Type].MoveNext () [0x00000] in <filename unknown>:0
  11. at System.Linq.Enumerable+<CreateWhereIterator>c__Iterator1D`1[System.Type].MoveNext () [0x00000] in <filename unknown>:0
  12. at System.Linq.Enumerable+<CreateSelectIterator>c__Iterator10`2[System.Type,Transit.Framework.Modularity.IModule].MoveNext () [0x00000] in <filename unknown>:0
  13. at System.Collections.Generic.List`1[Transit.Framework.Modularity.IModule].AddEnumerable (IEnumerable`1 enumerable) [0x00000] in <filename unknown>:0
  14. at System.Collections.Generic.List`1[Transit.Framework.Modularity.IModule]..ctor (IEnumerable`1 collection) [0x00000] in <filename unknown>:0
  15. at System.Linq.Enumerable.ToArray[IModule] (IEnumerable`1 source) [0x00000] in <filename unknown>:0
  16. at System.Linq.QuickSort`1[Transit.Framework.Modularity.IModule]..ctor (IEnumerable`1 source, System.Linq.SortContext`1 context) [0x00000] in <filename unknown>:0
  17. at System.Linq.QuickSort`1+<Sort>c__Iterator21[Transit.Framework.Modularity.IModule].MoveNext () [0x00000] in <filename unknown>:0
  18. at System.Collections.Generic.List`1[Transit.Framework.Modularity.IModule].AddEnumerable (IEnumerable`1 enumerable) [0x00000] in <filename unknown>:0
  19. at System.Collections.Generic.List`1[Transit.Framework.Modularity.IModule]..ctor (IEnumerable`1 collection) [0x00000] in <filename unknown>:0
  20. at System.Linq.Enumerable.ToArray[IModule] (IEnumerable`1 source) [0x00000] in <filename unknown>:0
  21. at Transit.Addon.Mod.get_Modules () [0x00000] in <filename unknown>:0
  22. at Transit.Addon.Mod.OnEnabled () [0x00000] in <filename unknown>:0
  23. at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception
  24. System.Exception: A Mod caused an error
Advertisement
Add Comment
Please, Sign In to add comment