Fredrik Orderud

Results 87 comments of 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. ![image](https://user-images.githubusercontent.com/2671400/34038876-15d9bdc2-e18e-11e7-9d51-1297ac2913cf.png) 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: ![image](https://user-images.githubusercontent.com/2671400/34113707-dbc9338a-e410-11e7-930b-ef0d08170085.png) 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: ![image](https://user-images.githubusercontent.com/2671400/132999185-01a40b06-7c2a-45ba-b9b7-cf65f39cf3c9.png) 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`: ![image](https://user-images.githubusercontent.com/2671400/133046227-c91ad352-db93-4a13-8f5d-f05f15593bdc.png) 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: ![image](https://user-images.githubusercontent.com/2671400/133046680-b1bfe8b5-cb2e-4178-a604-6780d1f1de32.png)

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...

I've already registered a corresponding issue on https://github.com/MicrosoftEdge/WebView2Feedback/issues/1969.