I'm converting my Win32 app to UWP and am now writing Windows Store integration code using Windows.Services.Store namespace. For Win32 C++ it is mostly implemented via COM interface methods that seem to return their failures via HRESULT error codes. So I thought that it would be nice to convert those [...] read more
In our buildscripts we have to sign about 500 assemblies (*.dll, .Net if it is interesting?) with the signtool. Often it runs in this error: 1>EXEC : error information: "Error: SignerSign() failed." (-2147012865/0x80072eff) [F:\Builds\7\profahr\Dev - CI\Sources\_BuildScripts\CodeSigning.proj] 1>EXEC : SignTool error : An unexpected internal error has occurred. [F:\Builds\7\profahr\Dev - CI\Sources\_BuildScripts\CodeSigning.proj] [...] read more
Two issues faced one during installation and one after the installation. During installation getting error for one of the package, details belowenter image description here [https://i.stack.imgur.com/lYjtK.jpg] Log details: "Something went wrong with the install. =========================================================================== Package 'Microsoft.VisualStudio.Package.NodeJs,version=1.5' failed to download from 'https://download.visualstudio.microsoft.com/download/pr/6f4871ab-b2c9-44e9-b4fb- 9ca81c7b2f40/63f589ed1fc2af6675dc554745f44005/microsoft.visualstudio.package.nodejs.vsix'. Search URL https://aka.ms/VSSetupErrorReports?q=PackageId=Microsoft.VisualStudio.Package.NodeJs;PackageAction=DownloadPackage;ReturnCode=0x80072eff Details WebClient download failed: [...] read more