Bret Ehlert

Results 2 comments of Bret Ehlert

In my experience an "Access is denied" error on Windows is caused by the failed creation of the WebView2 userDataFolder as described by https://github.com/SteveSandersonMS/WebWindow/issues/100 When you launch the program using...

For our purposes we have ended up modifying the code in WebWindow.Windows.cpp to generate a unique temp directory to pass into `CreateWebView2EnvironmentWithDetails()` and have implemented the IDisposable pattern to cleanup...