Anybody have asp.net mvc 2 running with visual studio 2010?
Is it as easy as referencing the output of the mvc 2 source code?
Visual Studio 2010 Beta 2 will include asp.net MVC 2 Preview 2. Scott Gu confirmed this in Manchester/London, England last month.
Also Preview 1 is supported in 2010 - I've got it installed, Phil Haack had a release (it's 1.0; but says 1.1 to get it to work in 2010. see here:
http://aspnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=28527
Roll on 2010!
ASP.NET MVC 2 (Preview 1) is not supported in VS 2010 Beta 1. Beta 2 will include it (not sure which Preview).
Related
I have vs 2010 Express but I can't find MVC 4 projects type on it ! any help please to add this feature or something ?
I have vs 2010 Express but I can't find MVC 4 projects type on it !
That's normal. ASP.NET MVC 4 comes with VS 2012. You could install it separately though from this link if you want to use it with VS 2010.
You should install visual studio 2010 Ultimate.
MVC4 comes with Visual Studio 2012. For updates and to use Web API, SignalR, Facebook Applications, etc., you need to install the ASP.NET Fall 2012 Update, presented by Scott Hanselman.Here is a link ASP.NET Fall 2012 Update Release Candidate.
If I use the ASP MVC 4 Beta with VS 2010, when the RTM comes out will I be able to use it with VS 2010, i.e not be forced to upgrade to VS 11?
When released ASP.NET MVC 4 will be available for VS 2010.
Nobody knows for sure, but I would say yes, however there may be tools in the RTM that will not be available in the 2010 release. Feature wise I can't see any issues.
According to the MVC3 download page, ".NET 4, ASP.NET 4, Visual Studio 2010 or Visual Web Developer 2010 are required to use certain parts of this feature."
What will I be missing out on if I'm still using VS2008? Should I stick with MVC framework 2?
According to the original answer by Scott Gu, ASP.NET MVC 3 requires VS 2010 or Visual Web Developer 2010 Express
http://weblogs.asp.net/scottgu/archive/2010/11/11/a-few-quick-asp-net-mvc-3-installation-notes.aspx
As .NET 4 is necessary for MVC 3, the support for VS2008 is almost impossible.
MVC3 requires .net 4, to develope with .net 4 you need Visual Studio 2010.
So to answer your question as long as you are using VS 2008, you need to stick with MVC2.
I just installed VS 2010 RC and now my MVC 2 project created in VS 2010 Beta 2 won't load stating:
'The project type is not supported by this installation.'
Sweet! What the hell do I do now? Anyone else having this issue?
Have you read this blog post from Phil Haack? Installing ASP.NET MVC 2 RC 2 on Visual Studio 2010 RC
Depending on the installation order you may have to uninstall/reinstall some components.
I'm about to create a new virtual machine for development. I'm really interested in the new Visual Studio Beta 2 and the ASP.NET MVC 2 RC, but I'm also working on a ASP.NET MVC 1.0 project. Does VS2010 Beta 2 work with both MVC 1 and MVC 2 RC? Will I have problems or it's fine to to that?
I will run everything over a Win7 64bit installation.
I really appreciate that. Thanks guys.
G
No, MVC 2 RC will not work with Visual Studio 2010 Beta 2. Actually, the runtime bits will, but the design time bits will not. The next beta of Visual Studio 2010 will include an updated MVC 2. For the time being, MVC 2 Beta 2 is the most recent MVC 2 which will work on VS 2010.