The model item passed into the dictionary is of type 'System.Collections.Generic.List`1[MPOWERING.Models.DB.Company]', but this dictionary requires a model item of type 'System.Collections.Generic.IEnumerable`1[MPOWERING.Models.CompanyUserViewModel]'
please help me for this error in asp.net mvc
Ashutosh GuptaPosted Dec 5, 2019, 10:34 AM
it seems you are using passing List of Compnay object in method instead of List of CompanyUserViewmodel
Rajanikant HawaldarPosted Dec 5, 2019, 7:35 AM