摘要:
重写app.xaml protected override void OnStartup(StartupEventArgs e) { Config.mutex = new System.Threading.Mutex(true, "OnlyRun_mySW"); if (Config.mutex.W 阅读全文
摘要:
项目结构是web层,cli层以及c++层 正常引用,会报未能加载文件或程序集“xxxx.DLL”或它的某一个依赖项。找不到指定的模块。 目前找到2种解决方法 第一种ASP.NET与非托管DLL的那些事儿 - yeahgis - 博客园 (cnblogs.com) 第二种:编译c++项目时,编译为静态 阅读全文