Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/261.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 如何安装Cefsharp_C#_Cefsharp - Fatal编程技术网

C# 如何安装Cefsharp

C# 如何安装Cefsharp,c#,cefsharp,C#,Cefsharp,我想用夏普。我做了如下步骤-> <configuration> <startup> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" /> </startup> <runtime> <-this one <assemblyBinding xml

我想用夏普。我做了如下步骤->

<configuration>
    <startup> 
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
    </startup>
    <runtime> <-this one
        <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <-this one
            <probing privatePath="x86"/> <-this one
        </assemblyBinding> <-this one
    </runtime> <-this one
</configuration>


您添加了正确的?请确保您已阅读,您需要设置首选32位。我为CefSharp获取软件包?当然可以。我看到你在用雪佛龙;如果没有32位我该怎么办?好吧,我不知道我做了什么,但现在这个错误已经消失了。。。
...
<PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProjectGuid>{BAB75200-56BD-4B29-8A12-2D7CC07C497D}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <RootNamespace>Mps3</RootNamespace>
    <AssemblyName>Mps3</AssemblyName>
    <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
    <Deterministic>true</Deterministic>
    <NuGetPackageImportStamp>
    </NuGetPackageImportStamp>
    <CefSharpAnyCpuSupport>True</CefSharpAnyCpuSupport> <-this one
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <PlatformTarget>AnyCPU</PlatformTarget>
    <DebugSymbols>true</DebugSymbols>
...