Can I run asp.net mvc 1 on .net 4?
I have a asp.net mvc site that references a couple of libraries. Recently I discovered that it is necessary to migrate those dlls to .net 4 (I mean compile them for .net 4). Can I run asp.net mvc 1 on .net 4. Migration to asp.net mvc 2 is post开发者_JS百科poned because of the removal of response.WriteSubstitution(...) method.
Anything that works on C# 3.5 should work on C# 4.
To be certain, try using NDepend to verify dependancies.
精彩评论