我使用的是CefSharp,最近更新为最新版本(73.1.130)之后,我无法使用以前的代码,
dynamic activeX = this.webBrowser.GetType().InvokeMember("ActiveXInstance",
BindingFlags.GetProperty | BindingFlags.Instance | BindingFlags.NonPublic,
null, this.webBrowser, new object[] { });
现在我遇到了胎儿错误,
找不到方法'CefSharp.Wpf.ChromiumWebBrowser.ActiveXInstance'。
如何克服这个错误?