To clarify: I'd like to utilize .NET Framework 4 features in usercontrol. I'm currently running:
Umbraco Pro 4.0.3 WIN SVR 64BIT R2
I know that Umbraco 5 will be based on ASP.NET 4.0, however it'll only be MVC, I'd like to know if I could somehow use the .NET Framework 4 features now?
ASP.NET 4 UserControls?
Is it possible to use asp.net 4 user controls in Umbraco?
To clarify: I'd like to utilize .NET Framework 4 features in usercontrol. I'm currently running:
Umbraco Pro 4.0.3
WIN SVR 64BIT R2
I know that Umbraco 5 will be based on ASP.NET 4.0, however it'll only be MVC, I'd like to know if I could somehow use the .NET Framework 4 features now?
No Umbraco release currently supports .NET 4.0. You would need to do a custom compile of Umbraco using the .NET 4 runtime.
No idea if it's have any problems running on the 4.0 CLR.
Thanks Slace. I know .NET 4.0 Controls are much more browser compliant. I wonder if the Umbraco CMS UI fall apart???
I doubt it, unless you force it to use the rendering engine of .NET 4 you wouldn't see anything different.
Also, there's not a lot of .NET core controls used in the Umbraco UI.
is working on a reply...