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

File not found: 'Caliburn.Micro.AssemblySource.Instance' #306

Open
mennowo opened this issue Dec 6, 2018 · 2 comments
Open

File not found: 'Caliburn.Micro.AssemblySource.Instance' #306

mennowo opened this issue Dec 6, 2018 · 2 comments

Comments

@mennowo
Copy link

mennowo commented Dec 6, 2018

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

@mennowo mennowo changed the title File not found: 'Caliburn.Micro.Asse,blySource.Instance' File not found: 'Caliburn.Micro.AssemblySource.Instance' Dec 6, 2018
@CosmoKotik
Copy link

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.

@ryanvs
Copy link
Contributor

ryanvs commented Jul 13, 2021

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/

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

3 participants