Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Scott Gu didn't talk about this in his blog post. Will there be intellisense support for razor on vs 2008? MS is giving everyone a hard time by releasing major upgrades so frequently :D

share|improve this question

1 Answer

up vote 33 down vote accepted

No, not just Razor but MVC 3 will not be supported in VS 2008. The reason is that MVC 3 is being compiled on .NET 4.0 which is also not supported in VS 2008.

share|improve this answer
Does Razor need MVC 3? I was under the impression that it could run on MVC 2 too. Me not right? – Praveen Aug 7 '10 at 17:21
2  
MVC 3 and Razor only run on .NET 4 – Erik Porter Aug 9 '10 at 16:27
5  
Razor does not need MVC 3 but MVC 3 needs Razor. – marcind Aug 9 '10 at 16:55
@Praveen, you are confusing it with ASPX and Razor, you can combind both of them. But in ASP.NET MVC 3. – Filip Ekberg Aug 24 '10 at 12:01
guess where the link to download the Razor? I have installed on my pc MVC2 + Visual Studio 2008 SP1 – Riderman de Sousa Barbosa Mar 2 '11 at 17:02
show 2 more comments

protected by Mehrdad Feb 2 '12 at 6:21

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.