Reputation: 662
Can be Lightswitch 2011 application deployed on windows server 2012 standard edition, please?
In my opinion, officially supported .NET framework for Lightswitch 2011 (and also 2012) is only 4.0 version (see this). And .NET Framework 4.0 is not supported on Windows Server 2012 (from here). So Lightswitch 2011(and 2012) is not officially supported on Windows Server 2012. Right?
Hovewer, on first link is guide, how enable .NET framework 4.5, but only for Lightswitch 2012.
Does anyone have experience with this scenario?
Upvotes: 2
Views: 324
Reputation: 1420
.NET 4.5 Supposedly provides 100% backwards compatibility, meaning it should support your lightswitch 11 app. Have you read this? Why doesn't Windows Server 2012 support .NET framework 4.0?
The .NET 4.5 Works side by side with earlier frameworks but it replaces .NET 4.0. Win Server 2012 (with 4.5 installed) will not allow you to install an earlier version of the framework.
Beth Massi's article is about taking advantage of new additions on .NET 4.5. Lightswitch v2 was targeted at .NET 4.0 to exculde the necessity of having 4.5 to run it.
"Additionally the LightSwitch runtime takes no dependency on .NET 4.5, just 4.0. "
This might also be interesting: Differences between .NET 4.0 and .NET 4.5 in High level in .NET
This has Microsoft's compatibility message for the .NET 4.5 http://msdn.microsoft.com/en-us/library/ff602939.aspx and probably is the best link to answer your question. It may also help if you decide to migrate to 2012/4.5
Upvotes: 2