asp.net mvc - After updating to MVC3 RC, why don't my View Data classes show up in the Add View dialog -
background:
i updated rc of mvc3, , when went add stongly-typed view, list of classes didn't contain class wanted, has been built in project.
now, did compile project, , have several views work correct, model doesn't show in list.
since change dialog in rc, new criteria makes class show up, considering none of them in project showed up.
they altered way they're displayed in mvc 3 rc. example scroll to:
project.data.models.user
now it's organized in reverse
user (project.data.models)
this problem. nice if had filter show local objects rather referenced assemblies
Comments
Post a Comment