You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
when trying to run the most basic application with gemini, I get the following (inner) exception when running the app:
Could not load type 'Caliburn.Micro.AssemblySource' from assembly 'Caliburn.Micro.Platform, Version=3.0.3.0, Culture=neutral, PublicKeyToken=8e5891231f2ed21f'.
Building works fine. Also, version 3.0.3.0 of Caliburn.Micro is installed, I downgraded that from 3.2.0. Note that I had to install Caliburn.Micro manually, the package manager gave an error on trying to install GeminiWpf as a dependency without install Caliburn.Micro first.
I am unsure how to resolve the exception. Any help appreciated!
Greets, Menno
The text was updated successfully, but these errors were encountered:
mennowo
changed the title
File not found: 'Caliburn.Micro.Asse,blySource.Instance'
File not found: 'Caliburn.Micro.AssemblySource.Instance'
Dec 6, 2018
It is a problem with the Caliburn.Micro it self. There is barely any tutorials, and they are mostly from 2016/2017. I was using .NET Framework 4.7.2 and i had the same error. So i went to .NET Framework 4.5.2 and when i tried to install gemini, i got a install failure, it was that Caliburn could not install a package "System.Windows.Interactivity", so i installed it, and gemini could install Caliburn easily. Hope this will be useful for anyone.
System.Windows.Interactivity is legacy and not used except by old packages. As I recall, older versions of MahApps required that file. I don't remember Caliburn requiring that file, but it is possible. Most packages use Microsoft.Xaml.Behaviors.Wpf now. Here is a link for reference: https://devblogs.microsoft.com/dotnet/open-sourcing-xaml-behaviors-for-wpf/
Hello,
when trying to run the most basic application with gemini, I get the following (inner) exception when running the app:
Could not load type 'Caliburn.Micro.AssemblySource' from assembly 'Caliburn.Micro.Platform, Version=3.0.3.0, Culture=neutral, PublicKeyToken=8e5891231f2ed21f'.
Building works fine. Also, version 3.0.3.0 of Caliburn.Micro is installed, I downgraded that from 3.2.0. Note that I had to install Caliburn.Micro manually, the package manager gave an error on trying to install GeminiWpf as a dependency without install Caliburn.Micro first.
I am unsure how to resolve the exception. Any help appreciated!
Greets, Menno
The text was updated successfully, but these errors were encountered: