I am currently using MVC4 in VS 2012 with MySql to built a website. I have issue when I try to display my data and get this error :
The model item passed into the dictionary is of type 'System.Collections.Generic.List`1[System.String]', but this dictionary requires a model item of type 'System.Collections.Generic.IEnumerable`1[MyMvc4SalesStatistics.Models.users_internal_group_membership]'.
Screenshot: