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

Can't install using NuGet #279

Open
atef201080 opened this issue Dec 24, 2017 · 6 comments
Open

Can't install using NuGet #279

atef201080 opened this issue Dec 24, 2017 · 6 comments

Comments

@atef201080
Copy link

I'm getting this error when i try to install using NuGet

Failed to add reference. The package 'Caliburn.Micro' tried to add a framework reference to 'System.Windows.Interactivity' which was not found in the GAC. This is possibly a bug in the package. Please contact the package owners for assistance.
Reference unavailable.

@luferau
Copy link

luferau commented Dec 26, 2017

Gemini use Caliburn.Micro 2.0.2 version, please check what version you use. May be this is the case.

@larrye11ison
Copy link

larrye11ison commented Dec 30, 2017

I get the same thing. There is no problem with the version of CM because it's an install from nuget - meaning the nuget package is using the version of CM that it has defined (which is the correct version).

I thought that it would be a project/framework version thing, so I tried just about every version. I tried brand new/blank WPF projects using .net 4.0, 4.5, 4.5.1, 4.6 and 4.6.1 and when I install the geminiwpf package from nuget, I got the same result each time. Sorry for the pic, but trying to insert the text results as "code" didn't want to work too well... The pertinent bit of the error output is:

install-package : Failed to add reference. The package 'Caliburn.Micro' tried to add a framework reference to 'System.Windows.Interactivity' which was not found in the GAC. This is possibly a bug in the package. Please contact the package owners for assistance. Reference unavailable.

image

@Thraka
Copy link

Thraka commented Feb 4, 2018

Install the System.Windows.Interactivity nuget package first......

@ChayimFriedman2
Copy link

Thanks @Thraka .

However we need to move to using Microsoft.Xaml.Behaviors.Wpf. See Open Sourcing XAML Behaviors for WPF.

Or at least specifying System.Windows.Interactivity as a dependency.

@Thraka
Copy link

Thraka commented Apr 27, 2020

Sure. My comment was from 2.5 years ago 😄 I don't even remember what Gemini is. doh!

@ChayimFriedman2
Copy link

😄 Nice. As fire as I understood version 1 (beta) uses Microsoft.Xaml.Behaviors.

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

5 participants