Skip to content

Instantly share code, notes, and snippets.

@zenogantner
Created September 27, 2011 15:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zenogantner/1245362 to your computer and use it in GitHub Desktop.
Save zenogantner/1245362 to your computer and use it in GitHub Desktop.
Niecza stack trace
Could not load signature of MyMediaLite.Data.Ratings:GetUsers due to:
Could not load signature of MyMediaLite.Data.IRatings:GetUsers due to:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeLoadException: Could not load type 'MyMediaLite.Data.Ratings' from assembly 'MyMediaLite, Version=1.99.4287.30433, Culture=neutral, PublicKeyToken=null'.
at MyMediaLite.IO.RatingData.Read (System.String filename, IEntityMapping user_mapping, IEntityMapping item_mapping) [0x00024] in /home/mrg/src/mymedialite/src/MyMediaLite/IO/RatingData.cs:41
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /mnt/data/src/mono-2.10.5/mcs/class/corlib/System.Reflection/MonoMethod.cs:226
--- End of inner exception stack trace ---
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000e6] in /mnt/data/src/mono-2.10.5/mcs/class/corlib/System.Reflection/MonoMethod.cs:234
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in /mnt/data/src/mono-2.10.5/mcs/class/corlib/System.Reflection/MethodBase.cs:96
at Niecza.OverloadCandidate.Invoke (System.Object obj, Niecza.Variable[] pos, Niecza.VarHash named) [0x00000] in <filename unknown>:0
at Niecza.CLRWrapperProvider+<BindGroup>c__AnonStoreyA.<>m__B (Niecza.Frame th) [0x00000] in <filename unknown>:0
at Niecza.Kernel.RunCore (Niecza.Frame& cur) [0x00000] in <filename unknown>:0
at line 0 (CLR::MyMediaLite::IO::RatingData.Read @ 0)
at (eval) line 1 (MAIN_14 mainline @ 1)
at line 0 (<repl> @ 1)
at line 0 (ExitRunloop @ 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment