Consider the following scenario:If you click Details in the error message dialog box, you receive the following information:
- You have a computer that is running Microsoft System Center Configuration Manager 2007 R3.
- You try to create a reporting service report by using the Configuration Manager console.
- You click the Next button after you select any model on the Model Selection page or after you select any dataset on the Create datasets page.
An error occured in ConfigMgr. The ConfigMgr console will continue to function, however you should save your work and restart the console. After restarting the console, verify that your last configurations have been applied.
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.ConfigurationManagement.AdminConsole.SrsReporting.CreateReportInfoPage.OnAddSummary(SummaryRequestHandler handler)
at Microsoft.ConfigurationManagement.AdminConsole.SmsWizardForm.OnAddSummary(SummaryRequestHandler handler, SmsWizardPage thisPage)
at Microsoft.ConfigurationManagement.AdminConsole.SmsWizardForm.OnAddSummary(SummaryRequestHandler handler)
at Microsoft.ConfigurationManagement.AdminConsole.SmsWizardForm.Apply()
at Microsoft.ConfigurationManagement.AdminConsole.ActionsWizardPage.OnActivated()
at Microsoft.ConfigurationManagement.AdminConsole.WizardFramework.WizardPage.Activate()
at Microsoft.ConfigurationManagement.AdminConsole.WizardFramework.WizardForm.OnNext()
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)