November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Hi!
I think I remember a similar error that was caused by a mismatch of MVC versions. That the class is compiled against one version of MVC, but runs under another. The interface looks like this:
IEnumerable<System.Web.Mvc.SelectListItem> GetSelectListItems(Type property);
If the SelectListItem is from another version of MVC, the interface will not be fulfilled.
Not sure if I'm leading you down the wrong path, but it's on place to look.
Regards
Per Gunsarfs
EPiServer Development Team
The problem was caused by a version missmatch as you said. The machines that encountered the error had MVC2 and MVC 3 installed. I uninstalled MVC 3 and that solved the problem. I'm sure that there is a much better and simpler solution but it works now so MVC3 will be future nils's problem :)
Thanks for the help!
Nils
Hi!
We're having some problems with an implementation of ISelectionFactory. We get the following error message on some of our development environments but not on most of them.
'xx.DeviceIdSelectionFactory' from assembly 'xx', Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
To verify that nothing was wrong with our code we borrowed the code from EnumSelectionFactory and that generated the same error. Does anyone have suggestions on how to solve this problem?