question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

CardsView.RemoveRangeViewsInUse (System.Guid gestureId, System.Boolean isProcessingNow) System.Collections.Generic.KeyNotFoundException: The given key 'df8fc5b0-43bd-4a4f-80fb-967beafc9d44' was not present in the dictionary.

See original GitHub issue

Hi there,

I have this issue again at version 1.5.6. I have the issue on all version indeed.

CardsView.RemoveRangeViewsInUse (System.Guid gestureId, System.Boolean isProcessingNow)
System.Collections.Generic.KeyNotFoundException: The given key 'df8fc5b0-43bd-4a4f-80fb-967beafc9d44' was not present in the dictionary.
ThrowHelper.ThrowKeyNotFoundException (System.Object key)
Dictionary`2[TKey,TValue].get_Item (TKey key)
CardsView.RemoveRangeViewsInUse (System.Guid gestureId, System.Boolean isProcessingNow)
CardsView+<OnTouchEnded>d__207.MoveNext ()
AsyncMethodBuilderCore+<>c.<ThrowAsync>b__6_0 (System.Object state)
SyncContext+<>c__DisplayClass2_0.<Post>b__0 ()
Thread+RunnableImplementor.Run ()
IRunnableInvoker.n_Run (System.IntPtr jnienv, System.IntPtr native__this)
(wrapper dynamic-method) System.Object.44fcf9d8-8a70-4bd3-9031-bdebbbeed07e(intptr,intptr)

I have a very similar issue on iOS also. (nuget 1.5.6)

ThrowHelper.ThrowKeyNotFoundException (System.Object key)
System.Collections.Generic.KeyNotFoundException: The given key 'a0f7386f-83a3-4df2-bc88-9ea66db208c5' was not present in the dictionary.
ThrowHelper.ThrowKeyNotFoundException (System.Object key)
Dictionary`2[TKey,TValue].get_Item (TKey key)
CardsView.RemoveRangeViewsInUse (System.Guid gestureId, System.Boolean isProcessingNow)
CardsView+<OnTouchEnded>d__207.MoveNext ()
AsyncMethodBuilderCore+<>c.<ThrowAsync>b__6_0 (System.Object state)
UIKitSynchronizationContext+<>c__DisplayClass1_0.<Post>b__0 ()
NSAsyncActionDispatcher.Apply ()
(wrapper managed-to-native) UIKit.UIApplication.UIApplicationMain(int,string[],intptr,intptr)
UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName)
Application.Main (System.String[] args)

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
AndreiMisiukevichcommented, Aug 2, 2018

certainly…

0reactions
AndreiMisiukevichcommented, Aug 3, 2018

it will be available in next release )

Read more comments on GitHub >

github_iconTop Results From Across the Web

The given key was not present in the dictionary ...
The problem is with comparisons between the keys you are storing in the Dictionary and the keys you are trying to look up....
Read more >
The given key was not present in the dictionary - Sitefinity
The given key was not present in the dictionary. Description: An unhandled exception occurred during the execution of the current web request.
Read more >
[Help] Exception in render! : r/spaceengineers
KeyNotFoundException : The given key was not present in the dictionary. at System.ThrowHelper.ThrowKeyNotFoundException(). at System.Collections.
Read more >
ThumbnailService.svc bug - KeyNotFoundException - Sitefinity
An exception of type 'System.Collections.Generic.KeyNotFoundException' occurred and was caught. ... Message : The given key was not present in the ...
Read more >
Spotfire Analyst 10.0 - "The given key was not present in the ...
Generic.KeyNotFoundException: The given key was not present in the dictionary. at System.ThrowHelper.ThrowKeyNotFoundException() at System.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found