MicrosoftEdge / MicrosoftEdge/WebView2Feedback
'Operation not supported. Unknown Error 0x800700d8' in Debug mode
Nobody has claimed this yet.
- Dominant language
- PowerShell
- Stars
- 526
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
I ported my project (working with Visual Studio 2022) which uses WebView2 , back to a previous version of the project that uses Visual Studio 2017 platform toolset (v141) and Windows SDK Version '10.0.17763.0'.
In the Debug x64 and Debug Win32 configurations, when I start the application I get the following error.
But the Release version is working properly.
Except the platform toolset the code is identical between my current version and previous version of the project.
If I change the platform toolset to Visual Studio 2019 (v142), the application launches fine with WebView2 embedded page in the previous version too.
So is there any known issue with the Visual Studio S 2017 platform toolset for Debug configurations? Am I missing something?
Please let me know if you need more details to understand the issue.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.