chenguanzhou / MarkDownEditor

An open-source modern-style desktop markdown editor for Windows 7 and above, based on WPF
http://chenguanzhou.github.io/MarkDownEditor/
603 stars 140 forks source link

win7x64直接点击md文件调用markdownEditor失败 #27

Closed liguobao closed 7 years ago

liguobao commented 8 years ago

public App() { var settings = new CefSettings(); settings.EnableInternalPdfViewerOffScreen(); settings.CefCommandLineArgs.Add("disable-gpu", "1"); Cef.Initialize(settings, shutdownOnProcessExit: false, performDependencyCheck: true); }

Cef.Initialize(settings, shutdownOnProcessExit: false, performDependencyCheck: true); throw exception.

{"Unable to locate required Cef/CefSharp dependencies:\r\n Missing:CefSharp.BrowserSubprocess.exe\r\n Missing:CefSharp.BrowserSubprocess.Core.dll\r\n Missing:CefSharp.Core.dll\r\n Missing:CefSharp.dll\r\n Missing:icudtl.dat\r\n Missing:libcef.dll\r\n

Executing Assembly Path:D:\lajinanpiao\github\MarkDownEditor\MarkDownEditor\bin\x64\Debug\r\n"}