-
Please review the customer issue located here: MicrosoftDocs/edge-developer#1179 cc: @kumarkaran |
Beta Was this translation helpful? Give feedback.
Answered by
champnic
Apr 9, 2021
Replies: 1 comment
-
Hey @kumarkaran - Are you setting a user data folder explicitly? VSTO's using WebView2 need to specify a user data folder outside of the default, which for a VSTO is in Program Files where we don't have write permissions. More info here: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sivMSFT
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @kumarkaran -
Are you setting a user data folder explicitly? VSTO's using WebView2 need to specify a user data folder outside of the default, which for a VSTO is in Program Files where we don't have write permissions. More info here:
https://docs.microsoft.com/en-us/microsoft-edge/webview2/concepts/userdatafolder