Open diluculo opened 3 years ago
Hi @diluculo, I just tried creating a new .NET 5.0 WPF application with Gemini and it worked okay for me. Could you share a zip of your new application, so I can see if something is different from mine?
Just now, I tried again. Yes, you are right. I have no problems creating a new .NET 5.0 WPF app with GeminiWpf v1.0.37-beta
.
@tgjones Thanks again.
I created a new .NET5.0 WPF application and installed
GeminiWpf 1.0.37-beta
Nuget package. I added a couple of additional files and modified some codes by the instructions described in theGetting Started
section. But the app can't run because of missing dlls:So I added the following dlls to the
debug
folder and verified the app is running.Please tell me how to solve this problem. Is it because
Xceed.Wpf.AvalonDock
was depreceted?