You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have a project using the WebView2 control, in which I define:
using WebView2 = Microsoft.Web.WebView2.WinForms.WebView2; (note the alias is identical to the type name) which compiles OK
But, after adding WebView2.DevTools,DOM to the project, I get a CS0576 on that alias: Namespace '' contains a definition conflicting with alias 'WebView2'.
What gives?
Otherwise the tool works like a charm. Thank you for the good work.
Thanks,
alex
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I have a project using the WebView2 control, in which I define:
using WebView2 = Microsoft.Web.WebView2.WinForms.WebView2; (note the alias is identical to the type name) which compiles OK
But, after adding WebView2.DevTools,DOM to the project, I get a CS0576 on that alias: Namespace '' contains a definition conflicting with alias 'WebView2'.
What gives?
Otherwise the tool works like a charm. Thank you for the good work.
Thanks,
alex
Beta Was this translation helpful? Give feedback.
All reactions