摘要: 1、需要用到的依赖库如下: EntityFramework.6.4.4 EntityFramework.SqlServerCompact.6.4.4 Microsoft.SqlServer.Compact.4.0.8876.1 2、app.config需要的配置: <configSections> 阅读全文
posted @ 2022-05-10 19:54 智图CAD 阅读(188) 评论(2) 推荐(0) 编辑
摘要: CefSahrp默认只识别程序所在的目录,Cef库的文件比较多。如图: 如何指向到cef\x86目录呢,调用系统的API函数SetDllDirectory可实现。 首先获取Cef库的路径 public class CefHelper { public static string GetCefPath 阅读全文
posted @ 2022-05-10 19:22 智图CAD 阅读(515) 评论(0) 推荐(0) 编辑