whut / jumplist-extender

Automatically exported from code.google.com/p/jumplist-extender
0 stars 0 forks source link

T7EBg: An item with the same key has already been added, AssignAppIdsToShortcuts() #51

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This is a weird one. I think this means that it's trying to add the same
process name...?

Env64: False
EnvInstalled: True

AppName: T7EBackground

System.ArgumentException: An item with the same key has already been added.
  at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
  at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value,
Boolean add)
  at T7EBackground.Primary.AssignAppIdsToShortcuts(String shortcutPath)
  at T7EBackground.Primary..ctor()
  at T7EBackground.Program.Main()

Original issue reported on code.google.com by mar.mar...@gmail.com on 22 May 2010 at 4:35

GoogleCodeExporter commented 8 years ago
This has to do with AppList.xml corruption -- or more specifically, AppList.xml 
doesn't check saving duplicates.

Remember the "Notepad is found corrupted; do you want to recover the remaining 
data?" 
It doesn't fix the AppList.xml entry. Probably remove it upon discovery, or 
check to 
see if the entry already exists upon saving. Probably the latter.

Original comment by mar.mar...@gmail.com on 31 May 2010 at 9:03

GoogleCodeExporter commented 8 years ago

Original comment by mar.mar...@gmail.com on 27 Mar 2011 at 11:45