This is a migrated thread and some comments may be shown as answers.

Check settings argument exception

1 Answer 50 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Adam
Top achievements
Rank 1
Adam asked on 07 Jul 2010, 06:48 PM
I just upgraded to VS2010 and upgraded the orm to the latest install. When I try to go to Check settings I get the following error:

Exception:  An entry with the same key already exists.

Generated by the method: Void ThrowArgumentException(System.ExceptionResource)

Stack Trace:    at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
   at System.Collections.Generic.SortedList`2.Add(TKey key, TValue value)
   at Telerik.OpenAccess.Sdk.Addin.CheckSettings.ProjectControllerBase.set_TargetItemList(IList`1 value)
   at Telerik.OpenAccess.Sdk.Design.CheckSettings.SettingsControllerBase.getProjectTargetItemList()
   at Telerik.OpenAccess.Sdk.Design.CheckSettings.CheckSettingForm.initializeTargetTree()
   at Telerik.OpenAccess.Sdk.Design.CheckSettings.CheckSettingForm.initialize()
   at Telerik.OpenAccess.Sdk.Design.CheckSettings.SettingsControllerBase.showGUI()
   at Telerik.OpenAccess.Sdk.Addin.CheckSettings.SettingsController.execute()
   at Telerik.OpenAccess.Sdk.Addin.VSAddin.VSHandlerCommon.settingValidatorCEH(BaseAddin addin, MenuDesc md, Object& varIn, Object& varOut)
   at Telerik.OpenAccess.Sdk.Addin.VSAddin.BaseAddin.Exec(String longcommandName, vsCommandExecOption executeOption, Object& varIn, Object& varOut, Boolean& handled)

Exception Type: System.ArgumentException

1 Answer, 1 is accepted

Sort by
0
Alexander
Telerik team
answered on 08 Jul 2010, 12:05 PM
Hello Adam,

It seems there are projects with duplicating names in your solution and this is not handled by the wizard. We will fix this right away. As a workaround I would suggest you to temporarily rename one of the projects in order to run the wizard or upgrade the references manually by removing and adding them again.
Thank you for bringing this to us, your Telerik points have been updated.

Best wishes,
Alexander
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
Adam
Top achievements
Rank 1
Answers by
Alexander
Telerik team
Share this question
or