c# - Model is of different type than specified in using Statement MVC View -


i have renamed class mvcpatientlaboratoryresultsofinterestviewmodel mvcpatientbloodresultsviewmodel.

the problem follow, can seen in image. type of model in razor view, not correspond type declared in using statement. enter image description here

i following error:

the type or namespace name 'mvcpatientlaboratoryresultsofinterestviewmodel' not exist in namespace 'edr.presentation.webmain.viewmodels' (are missing assembly reference?)

i have cleaned solution, , tried rebuild, no success.

why happening?

just try reopen vs studio


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -