Open lostmsu opened 6 years ago
Can you provide more information about the machine that has the problem, possibly even memory dump?
@rjmurillo , unfortunately, I can't provide the mem dump, as it is a cutstomer's laptop. I know the model though, it is Inspiron 17-7779. I also don't know the exact circumstances, but my guess would be that it happens when the control is created while a monitor is being connected/disconnected, or Explorer is forcibly restarted.
@lostmsu Can you tell me which OS version is on the machine?
@rjmurillo , it is the April's update, 17134. Sorry, I thought I marked it properly in the head post.
@lostmsu So you did, I just can't read 🙄 Can you clarify what you mean by having a min app version? The targets should apply to UWP applications, in which case there is already an Edge-based web view available. If it's a Win32 application and you're setting an app version for the MSIX manifest, you should target 17134 since that's the first version that Win32 web view is available
@rjmurillo , I will try that
afellayno22@hotmail.com
@joshholmes FYI
I have the same issue with WebView control on WinFroms app. It happens when you open Visual studio in administrator mode ("Run as Administrator"). When you run VS with current user permission set you will not get error and everything will work fine. But this is not the solution, since in my case I need to have Admin rights to start 2 different apps, one WebApi and the other WinForms app.
So is this ever fixed and found what is the real cause of this when running VS in Admin mode?
Regards, K.
I'm submitting a...
Current behavior
WPF.WebView
initialization crashesExpected behavior
Wpf.WebView should succesfully initialize
Minimal reproduction of the problem with instructions
Environment
Nuget Package(s): Microsoft.Toolkit.Win32.UI.Controls-3.0.0; MahApps.Metro-1.6.5
Windows 10 Build Number:
App min and target version:
Device form factor:
Visual Studio
Stack Trace
This does not happen on my own machine.