tqk2811 / TqkLibrary.Wpf.Interop.DirectX

MIT License
5 stars 2 forks source link

Your lib is amazing #1

Closed KnewHow closed 1 year ago

KnewHow commented 1 year ago

I use the Microsoft.Wpf.Interop.DirectX-x64 in my project, when I run this project, it give me an error: FileNotFoundException: 未能加载文件或程序集“Microsoft.Wpf.Interop.DirectX.dll”或它的某一个依赖项。找不到指定的模块, but use this lib, I can run success. Can you tell me what you do? Thank you very much!

tqk2811 commented 1 year ago

Thank.


Maybe you missing build target, AnyCpu will not work. And i don't think, my lib work with AnyCpu.

KnewHow commented 1 year ago

I have modify the AnyCpu to x64, But your lib can be run success, but the Microsoft.Wpf.Interop.DirectX-x64 run failure

tqk2811 commented 1 year ago

I dont know why MS lib donot copy to output dir (maybe you use old visual studio ver or something). However, you just manual copy that dll to output dir. Please continue your issues here