Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MissingMethodException on DictionaryWrapper #2

Open
PhilipDaniels opened this issue Aug 30, 2017 · 0 comments
Open

MissingMethodException on DictionaryWrapper #2

PhilipDaniels opened this issue Aug 30, 2017 · 0 comments

Comments

@PhilipDaniels
Copy link

Do you have any idea what would cause this? Sorry I cannot reproduce easily at the moment.

Version:

Exception:

MissingMethodException - Constructor on type 'EntityChange.DictionaryWrapper`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[Newtonsoft.Json.Linq.JToken, Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed]]' not found.
||   at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark)
||   at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
||   at System.Activator.CreateInstance(Type type, Object[] args)
||   at EntityChange.EntityComparer.CompareGenericDictionary(Object original, Object current, Type keyType, Type elementType)
||   at EntityChange.EntityComparer.CompareType(Type type, Object original, Object current, IMemberOptions options)
||   at EntityChange.EntityComparer.CompareByKey[T](T originalDictionary, T currentDictionary, Func`2 keysFactory, Func`3 valueFactory)
||   at EntityChange.EntityComparer.CompareGenericDictionary(Object original, Object current, Type keyType, Type elementType)
||   at EntityChange.EntityComparer.CompareType(Type type, Object original, Object current, IMemberOptions options)
||   at EntityChange.EntityComparer.CompareObject(Type type, Object original, Object current)
||   at EntityChange.EntityComparer.CompareType(Type type, Object original, Object current, IMemberOptions options)
||   at EntityChange.EntityComparer.Compare[TEntity](TEntity original, TEntity current)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant