Nuget a plugin mvvmcross, interface not registered -


i've got plugin mvvmcross using nuget.

when try , use plugin tells me interface under namespace of plugin hasn't been registered.

is there else after adding plugin project via nuget need add solution?

you'll want read this.

specifically:

each plugin load initiated bootstrap class. these bootstrap classes added in ui projects , like:

public class colorpluginbootstrap     : mvxpluginbootstrapaction<color.pluginloader> { } 

Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -