Update checklist-for-installing-update-2403.md #4658
+1
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
.Net 4.8 is required for Site Server and the console to operate as mentioned on the linked .Net requirements page https://learn.microsoft.com/en-us/mem/configmgr/core/plan-design/configs/site-and-site-system-prerequisites#net-version-requirements
The console for 2403 will give errors unless .Net 4.8 is installed.
[9, PID:8480][10/30/2024 14:33:15] :Missing management class description for class 'SMS_ActionAccountResult'
[9, PID:8480][10/30/2024 14:33:15] :Missing management class description for class 'SMS_AfwAppConfigSettings'
[9, PID:8480][10/30/2024 14:33:15] :Missing management class description for class 'SMS_AntiMalwareSettingsPolicy'
[9, PID:8480][10/30/2024 14:33:15] :Missing management class description for class 'SMS_CoManagementSettings'
[9, PID:8480][10/30/2024 14:33:15] :Missing management class description for class 'SMS_M365ASettings'
[9, PID:8480][10/30/2024 14:33:15] :Missing management class description for class 'SMS_OneDriveKnownFolderMigrationSettings'
[9, PID:8480][10/30/2024 14:33:15] :Missing management class description for class 'SMS_Report'
[9, PID:8480][10/30/2024 14:33:15] :Missing management class description for class 'SMS_UacComplianceSettings'
[9, PID:8480][10/30/2024 14:33:18] :System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary
2.get_Item(TKey key) at Microsoft.ConfigurationManagement.ManagementProvider.SmsNamedValuesDictionary.get_Item(String propertyName) at Microsoft.ConfigurationManagement.AdminConsole.SccmTreeNavigationNodeProviderBase.GetTasks(Uri providerRoot, IList
1 nodes, TaskQueryCriteria queryCriteria)at Microsoft.EnterpriseManagement.ConsoleFramework.NavigationModelAdaptor.GetNodeTasks(DataQueryBase query, IList
1 nodes) at Microsoft.EnterpriseManagement.ConsoleFramework.NavigationModelAdaptor.DoAction(DataQueryBase query, IList
1 dataSources, IDictionary2 parameters, IList
1 inputs, String outputCollectionName)at Microsoft.EnterpriseManagement.UI.DataModel.QueryQueue.StartExecuteQuery(Object sender, ConsoleJobEventArgs e)
at Microsoft.ConfigurationManagement.AdminConsole.ConsoleJobExceptionHandler.ExecuteJob(IComponent component, EventHandler`1 job, Object sender, ConsoleJobEventArgs args)
at Microsoft.EnterpriseManagement.ConsoleFramework.ConsoleJobsService.JobThread(Object state)
at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()