Visual studio MVC3 Strongly typed Views shows everything
I have this really strange problem. When I try to create a strongly typed view, I get really alot of classes that have 开发者_C百科nothing to do with the project. I tried to clean the solution and rebuild.
here is a screenshot:
I wonder why people worry so much about IDE support in such situations. It is well known that ASP.NET MVC is a new technology and IDE support is, how to put it gently, far from ideal. I mean, is it really so annoying to you? Can't you just copy-paste the namespace and class name of the view model in this textbox? I am sure Microsoft will do better job in future releases of the framework to improve tooling support in Visual Studio (even if personally I really don't give a damn as I never rely on tooling support).
I know I am not answering your question and I apologize for this. But, come on, it's not the end of the world. Let's focus on solving some real world application problems and move on.
精彩评论