gemini icon indicating copy to clipboard operation
gemini copied to clipboard

Failed to create application on .net core 3.1

Open vimanta opened this issue 3 years ago • 2 comments

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"

vimanta avatar Feb 01 '22 13:02 vimanta

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.

diluculo avatar Feb 03 '22 01:02 diluculo

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

vimanta avatar Feb 03 '22 06:02 vimanta

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

kornman00 avatar Aug 23 '22 20:08 kornman00

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

tgjones avatar Aug 28 '22 07:08 tgjones