-
-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to create new WPF application #332
Comments
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 @tgjones Thanks again. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?The text was updated successfully, but these errors were encountered: