我遵循这个 链接 来实现CefSharp应用程序。
但我在编写 MainWindow.xaml 代码时一直坚持着。
MainWindow.xaml
混合VS 2015说,
名称空间"clr-namespace:CefSharp.Wpf;assembly=CefSharp.Wpf“中不存在名称ChromiumWebBrowser。
但是我安装了CefSharp.Common和CefSharp.Wpf v51.0.0、cef.redist.x64和cef.redist.x86 v3.2704.1432和NuGet软件包管理器。
我刚开始开发C#,所以我不知道如何解决这个问题。请帮我解决这个错误。
这是我的 MainWindow.xaml
<Window x:Class="StocktalkBrowser.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:StocktalkBrowser" xmlns:cefSharp="clr-namespace:CefSharp.Wpf;assembly=CefSharp.Wpf" mc:Ignorable="d"