brianchance / MvvmCross-UserInteraction

MvvmCross plugin for interacting with the user from a view model
MIT License
43 stars 44 forks source link

Failed to resolve type Chance.MvvmCross.Plugins.UserInteraction.IUserInteraction #18

Closed ghost closed 9 years ago

ghost commented 9 years ago

The instructions on the read me only show installation for installing as a plugin, so I'm not sure where to go from here.

Is there any further setup required after installing it as a nuget package or is this an issue?

The error is:

"Failed to resolve type Chance.MvvmCross.Plugins.UserInteraction.IUserInteraction"

Stack:

"Cirrious.CrossCore.Exceptions.MvxIoCResolveException: Failed to resolve type Chance.MvvmCross.Plugins.UserInteraction.IUserInteraction at Cirrious.CrossCore.IoC.MvxSimpleIoCContainer.Resolve (System.Type t) [0x00000] in :0 at Cirrious.CrossCore.IoC.MvxSimpleIoCContainer.Resolve[IUserInteraction]() [0x00000] in :0"

brianchance commented 9 years ago

Make sure you have a reference to the dll in your project. The nuget package may not have added it correctly.

BrianSouza commented 8 years ago

I had the same problem. And since removed and added the package and the problem continues.

ilfat commented 7 years ago

I have this problem to.