SS.Razor running alongside ASP.NET MVC Razor in the same project

I remember having issues running SS.Razor alongside ASP.NET MVC Razor in the same project a long time ago. @mythz - you told me that the two couldn’t run alongside one another. This was last year in the early versions of SS 4. I am just curious if anything has changed since then that would allow me to run both?

In case you are wondering why I want both. I prefer SS Razor and am attempting to transition a large project to SS altogether but I have to do this slowly and thus would need old pages to continue working while I move the new pages over.

Thanks

You still can’t run them side-by-side, MVC prohibits running any additional engine by highjacking the Razor rendering with their own impl. MVC just wasn’t designed to allow different Razor View implementations.