Posts

Where to find the NuGet SDK packages

Where to find the NuGet SDK packages The NuGet SDK are found under the  crmsdk  profile. These are the official Common Data Service packages. Select any package in the list to navigate to the package details page. The following are the current NuGet packages relevant for Common Data Service. Package Description Microsoft.CrmSdk.CoreAssemblies Contains the Microsoft.Xrm.Sdk.dll and Microsoft.Crm.Sdk.Proxy.dll assemblies plus tools Microsoft.CrmSdk.CoreTools Contains the SDK tools authored by the Microsoft Dynamics 365 team. Microsoft.CrmSdk.Deployment Contains the Microsoft.Xrm.Sdk.Deployment.dll assembly Microsoft.CrmSdk.Outlook Contains the Microsoft.Crm.Outlook.dll assembly Microsoft.CrmSdk.WebApi.Samples.HelperCode C# helper code authored by the Microsoft Dynamics 365 Customer Engagement Developer documentation team. This code is for use with the Web API. These classes provide web service authentication for both on-premises and online deployments, error handling...

Windows Update Server: WUA Success and Error Codes

Image
WUA Success and Error Codes 05/30/2018 4 minutes to read   The Windows Update Agent (WUA) API can return the following success or error codes for non-network operations: Constant/value Description WU_S_SERVICE_STOP 0x00240001 WUA was stopped successfully. WU_S_SELFUPDATE 0x00240002 WUA updated itself. WU_S_UPDATE_ERROR 0x00240003 The operation completed successfully but errors occurred applying the updates. WU_S_MARKED_FOR_DISCONNECT 0x00240004 A callback was marked to be disconnected later because the request to disconnect the operation came while a callback was executing. WU_S_REBOOT_REQUIRED 0x00240005 The system must be restarted to complete installation of the update. WU_S_ALREADY_INSTALLED 0x00240006 The update to be installed is already installed on the system. WU_S_ALREADY_UNINSTALLED 0x00240007 The update to be removed is not installed on the system. WU_S_ALREADY_DOWNLOADED 0x00240008 The update to be download...