Skip to content

Commit

Permalink
Account for WebView2ComWrapper move in different namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kant2002 committed Dec 23, 2022
1 parent 0ea12f3 commit 1af9bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WinFormsComInterop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If you application will works with this ComWrappers implementation, then most li

If you are using WebView2 using `Microsoft.Web.WebView2.Core` package, then use

ComWrappers.RegisterForMarshalling(WinFormsComInterop.WebView2ComWrapper.Instance);
ComWrappers.RegisterForMarshalling(WinFormsComInterop.WebView2.WebView2ComWrapper.Instance);

Also
1. Add RD.xml file from https://github.com/kant2002/RdXmlLibrary/blob/main/Microsoft.AspNetCore.Components.Web.rd.xml to project
Expand Down

0 comments on commit 1af9bfa

Please sign in to comment.