-
Notifications
You must be signed in to change notification settings - Fork 213
Access Denied alert and crash #103
Comments
Well, this have something to do with dotnet permissions, If I run the application by executing the exe file it works fine, if I issue a dotnet HelloWorld.dll it doesn't |
In my experience an "Access is denied" error on Windows is caused by the failed creation of the WebView2 userDataFolder as described by #100 When you launch the program using dotnet it probably tries to create a folder next to the dotnet.exe which you should not have permissions to do. |
I tried to create the exe to run. I even tried to do a publish and run it. Both still gave the access denied. I wish there was a way to fix this because I really wanted a way to run native apps with blazor and not just go to a webpage. |
was this resolved? |
I "resolved it" temporarily, by installing into the users |
There is a brand new project that was based on this one here |
yes very interesting and it looks versatile too, looking into it... thanks a lot for the input. |
Hello, I'm ruinning the sample application HelloWorld
and when the program starts it shows a message "Access Denied"
After i Hit ok the follow exception is thrown:
Exception has occurred: CLR/System.AccessViolationException
An unhandled exception of type 'System.AccessViolationException' occurred in WebWindow.dll: 'Attempted to read or write protected memory. This is often an indication that other memory is corrupt.'
I'm running Under Windows 10 Pro Version 10.0.18363 Build 18363
I have installed Microsoft Edge Version 81.0.416.53 (Official build) (64-bit)
The text was updated successfully, but these errors were encountered: