I got an ISO of Windows XP Professional with SP3 integrated from dreamspark. I burned it onto a DVD, and installed onto an old computer of mine. The first thing I did after installation was install the graphics drivers as I can't stand the extreme lag when I drag windows [...] read more
with the new 171010-1400 Windows build and Visual Studio Update 4 my previously working config went haywire. As I see from the windbg output, somehow iisexpress.exe fails on the first or the second request, I guess it is in connection with setting a cookie. All I see from the debug [...] read more
If you install Windows Vista RTM and run Windows Update, many updates are offered and will successfully install. Once all other updates are installed, Windows Vista service pack 1 is offered. When you attempt to install Windows Vista service pack 1, the service pack installation wizard appears, presenting the license [...] read more
I've been working on a lab setting up a two-tier PKI using a Linux (Debian 9 with OpenSSL) root certificate authority and a Windows server 2012 R2 subordinate certificate authority. When I attempt to install the the signed subordinate certificate on the Windows server I first get a warning stating [...] read more
I have a dump collected for my executable App.exe: App.DMP Unfortunately, we didn't save the .pdb for this specific build, but since we have build number we could rebuild the same version and reconstruct the .pdb This didn't help and I couldn't load the symbols with Visual Studio. So I [...] read more
The Microsoft symbol servers are online but somehow I am not able to download any symbols. I tried to narrow it down to following POC. It should just download the symbols of aadtb.dll but it returns a HTTP_STATUS_NOT_FOUND. symchk /v /r c:\windows\system32\aadtb.dll /s SRV*c:\symbols*https://msdl.microsoft.com/download/symbols Alternatively, I tried downloading the pdb [...] read more
I get the same error when using !process 0 0 every time - being in kernel debug mode or not doesn't seem to change anything. Here's a command chain while opening notepad.exe Microsoft (R) Windows Debugger Version 10.0.20153.1000 AMD64 Copyright (c) Microsoft Corporation. All rights reserved. CommandLine: C:\Windows\System32\notepad.exe ************* Path [...] read more
I'm using signtool to sign an executable on Windows 10, using a GlobalSign certificate. This has worked like a charm for years. Recently it has stopped working. Using the following command line: signtool.exe sign /a /v /n SomeName /tr http://timestamp.globalsign.com/scripts/timstamp.dll some.exe I see that the correct certificate is selected, but [...] read more
I am troubleshooting am issue with an automated job that rebuilds our indexes and text search. The Specific error: 2020-04-08 02:46:16.29 spid56 Timeout occurred while waiting for latch: class 'FCB', id 0000000629898238, type 3, Task 0x0000000633017C28 : 0, waittime 300 seconds, flags 0x2000000019, owning task 0x0000000624023C28. Continuing to wait. My [...] read more
I am using Visual Studio Community 2017 version 15.9.2 and I am trying to debug something in C#. I wanted to load symbols but my symbol cache is totally empty despite me having configured Visual Studio correctly. enter image description here [https://i.stack.imgur.com/LAwzV.png] When I explicitly load symbols for the Unity.Mvc.dll [...] read more
I am trying to develop a web-socket server app for my UWP Windows 10 App. This is my code: class Server { public async void Start() { MessageWebSocket webSock = new MessageWebSocket(); //In this case we will be sending/receiving a string so we need to set the MessageType to Utf8. [...] read more
I set up a WSUS but dont see any clients in the Unassigned Computers group. I can find my clients in the ADAC, when I select myWSUS (local) > computers. My group policy management got a domain myWSUS.local but I dont see the groups here, is this maybe the problem? [...] read more
I saw a feed referring to downloading via bitsadmin (v.7.5.7601.17514) on Windows 7. I have trouble implementing this myself and continue to get errors when running the code when running from a batch file(which is my requirement) Errorcode: 0x80190194 Error Context: 0x00000005 The code is as follows: bitsadmin.exe /Transfer myDownloadJob [...] read more
I have a problem with XP updating. It hangs when I try to search for updates on the website. But the automatic updates still work. And it's running IE6, so I'm trying to update to IE8, hoping that will fix the problems with the website. But when installing IE8 it [...] read more
I've compiled my assemby with embedded symbols: namespace SymbolsTest { static class Program { private static void Main() { var now = System.DateTime.Now; System.Console.WriteLine($"Now: {now}"); } } } csc SymbolsTest.cs /target:exe /platform:x64 /debug+ /debug:embedded /out:SymbolsTest_x64.exe When I try to load the symbols in WinDbg, I get an error in the [...] read more
We have submitted a UWP app, built using the Windows 8.1 SDK, to the Windows Store, published with the 'Private Audience' option. We observe that LoadListingInformationAsync (in the CurrentApp class) throws a 0x80190194 Not found (404) exception. This happens regardless whether we run the project in Visual Studio or whether [...] read more
I am trying to work out what code is causing our application to crash using WinDbg. We have the .pdb symbols for our compiled application in the following folder: E:\MyApplication In order to load the symbols we set the symbol path to: E:\MyApplication;srv*E:\Symbols*https://msdl.microsoft.com/download/symbols; This should load our local pdb files [...] read more
I have a .bat file that is supposed to download an image from a website and save it somewhere on your computer using Bitsadmin, but whenever I try to run it, I get this error: DISPLAY: JOB TYPE: DOWNLOAD STATE: ERROR PRIORITY: NORMAL FILES: 0 / 1 BYTES: 0 / [...] read more
So I have a method implemented in my application that downloads images for a given manga from a site, and places said images into the app's AppData (localstate) folder, in a language folder inside a title folder. Image downloading works perfectly, aside from the fact that, if I try download [...] read more
I have a batch file. I use it to download installers (vlc.exe, VC++ 2008 redistributable package vcredist_x86.exe, etc) from web. Recently I downloaded VC++ 2008 redistributable package and it worked fine with this syntax: Import-Module BitsTransfer; Start-BitsTransfer '%URL%' '%downloadPath%' I set the VC++ 2008 download link in URL and C:\Temp [...] read more
My client doenst show itself in the wsus service. how is this possible? I set everything correct following the microsoft guides. now i got the following warnings in my windowsupdate.log file: EDIT: I deleted the log file because some private data were in it read more
I'm in trouble installation of Update5(VS2013.5.exe) for Visual Studio 2013 Professional. VS2015_Update5_installation_error [https://i.stack.imgur.com/hhdnf.jpg] It doesn't work (download from internet) as well as package location. I found some of error message in logs as follows.. > [3874:14B0][2021-05-18T14:20:06]e000: Error 0x80190194: Failed to download > BITS job. > [3874:14B0][2021-05-18T14:20:06]e000: Error 0x80190194: Failed attempt [...] read more