Hi All,
When i select the "Display by Entity" or "Display by Message" it throws error saying
Unhandled Exception: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.ThrowHelper.ThrowKeyNotFoundException()
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at Microsoft.Crm.Tools.PluginRegistration.OrganizationControlViewModel.CreateCrmTreeNodes(CrmViewType view, Guid messageId, Guid messageEntityId, Boolean addToTree)
at Microsoft.Crm.Tools.PluginRegistration.OrganizationControlViewModel.LoadNodes(CrmViewType view, Boolean isSearch)
i think Key not found error is because it is trying to send Guid messageId, Guid messageEntityId to this method "CreateCrmTreeNodes" which doesnt exist or something

Can anyone help me with this issue?
Thanks In advance
Sainath Pillanagrovi