Skip to content
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 application on .net core 3.1 #338

Closed
vimanta opened this issue Feb 1, 2022 · 4 comments
Closed

Failed to create application on .net core 3.1 #338

vimanta opened this issue Feb 1, 2022 · 4 comments

Comments

@vimanta
Copy link

vimanta commented Feb 1, 2022

Does the GeminiWpf 1.0.37-beta version support .netcore 3.1? I get this error when I run the app:

"System.Windows.Markup.XamlParseException: "The invocation of the constructor on type :'Gemini.AppBoostrapper' that matches the specified binding constraints threw an exception. 'Line number '10' and line position '22''

"Could not load file or assembly 'Xceed.Wpf.AvalonDock, version=3.6.2.0, Culture=neutral"

@diluculo
Copy link
Contributor

diluculo commented Feb 3, 2022

Things are slightly different, but in my case(#332), I was able to fix the same error by explicitly installing Dirkster.AvalonDock.Themes.VS2013 v3.6.2 and Dirkster.AvalonDock v3.6.2.

Your failed project may be using the latest version of Dirkster.AvalonDock.Themes.VS2013 (eg v4.60.1). However, in v4.0, the namespaces used have changed from Xceed.Wpf.AvalonDock to AvalonDock and I think this is the cause of the problem.

@vimanta
Copy link
Author

vimanta commented Feb 3, 2022

Hi @diluculo and thank you for your reply. You were right, this fixes my problem.

@kornman00
Copy link
Contributor

@vimanta if that fixed your problem, can this issue be closed now?

@tgjones
Copy link
Owner

tgjones commented Aug 28, 2022

Closing, but please re-open if it's still an issue.

@tgjones tgjones closed this as completed Aug 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants