TheVillageIdiot
TheVillageIdiot

Reputation: 40507

Which Version of ASP.net MVC I'm having?

This seems really silly but;

How can I know which version of ASP.net MVC I've on my system. I've tried Help->About in Visual Studio (2008) but its not there.

Upvotes: 1

Views: 171

Answers (2)

Dusda
Dusda

Reputation: 3367

When you're in the New Project window, look at the installed templates under web. ASP.NET MVC Web Application is 1.0 (and will say so in the description). The same goes for ASP.NET MVC 2.

alt text http://dusda.com/files/projectswindow.png

Upvotes: 1

Mike C.
Mike C.

Reputation: 4977

In the Control Panel > Add/Remove Programs, I see "Microsoft ASP.NET MVC 1.0" on my machine...

I also see the following comment between the project type selection window and the filename box when I go to start a new MVC project:

"A project for creating an application using the ASP.NET MVC framework (1.0) (.NET Framework 3.5)"

Upvotes: 0

Related Questions