in my application i have a view where i giving ViewModel Name that time it's giving an error on console as: MyViewName does not inherit from 'System.Web.WebPages.WebPage'
i'm giving ViewModelName as
@using Glass.Mapper.Sc.Web.Mvc;
@using DncMvc5.ViewModels.Venues
@inherits GlassView<GetVenuesViewModel>
here i'm not able to bind my ViewModel data collection to view. can anyone help me to figure out this issue