Fredrik Orderud
Fredrik Orderud
Unfortunately, I've not been able to get any serial-port output. WinDbg complaints about "Debugee not connected" when attempting to connect to a named pipe associated with COM1 in the VM:...
Thanks for the tip @ingve. I've now managed to add `vga_output` to the drivers section an rebuild the service.  Unfortunately, the VM still only displays `#include // Literally` as...
Unfortunately, I haven't been able to find a way to activate detailed logging. The only logs I've found are high-level events in the Windows event viewer:  The folders containing...
@michael-hawker I've now tried both `WebView` and `WebViewCompatible` from the latest Microsoft.Toolkit.Forms.UI.Controls.WebView 6.1.0-preview1 on your MyGet feed. Unfortunately, both still fail with a E_ACCESSDENIED when being created from a low-integrity...
@rsameser Would it be possible for you to also review this PR, since you've already merged https://github.com/microsoft/Windows-IoT-Samples/pull/85 ?
Screenshot of my `pywin32_system32` and `Python39` root folders:  As you can see, then `pythoncom39.dll` and `python39.dll` are _not_ in the same folders. I'm using pywin32 version 301. I've just...
My `System32` folder seem to contain `pythoncom39.dll` but no `python39.dll`:  It seems like the version in `C:\Users\\AppData\Local\Programs\Python\Python39\Lib\site-packages\pywin32_system32` is the one that is registered during install: 
I've recently worked a bit on Windows client-side auth. and published some sample code on https://github.com/forderud/WindowsClientAuth . The C# [WebClient.cs](https://github.com/forderud/WindowsClientAuth/blob/main/WebClientNet/WebClient.cs) and C++ [CertAccess.hpp](https://github.com/forderud/WindowsClientAuth/blob/main/WebClientCpp/CertAccess.hpp) sources gives a fairly simple introduction to...
Gentle reminder.
I've already registered a corresponding issue on https://github.com/MicrosoftEdge/WebView2Feedback/issues/1969.