摘要:
1、需要用到的依赖库如下: EntityFramework.6.4.4 EntityFramework.SqlServerCompact.6.4.4 Microsoft.SqlServer.Compact.4.0.8876.1 2、app.config需要的配置: <configSections> 阅读全文
摘要:
CefSahrp默认只识别程序所在的目录,Cef库的文件比较多。如图: 如何指向到cef\x86目录呢,调用系统的API函数SetDllDirectory可实现。 首先获取Cef库的路径 public class CefHelper { public static string GetCefPath 阅读全文