.NET framework has been released a long time ago but ever now and than I receive a question about supportability of a specific SharePoint version with .NET framework 4.8.
So for your reference: SharePoint 2013, 2016, and 2019 are supported with .NET Framework 4.8.
Permalink
Is there any prove in official MS docs that SharePoint 2019 installed on machine with .NET Framework 4.8 are officially supported?
Your statement “SharePoint 2013, 2016, and 2019 are supported with .NET Framework 4.8″slightly contradict with blog header “All Posts provided “AS IS” with no warranties, and confers no rights.
The opinions and views expressed in this blog are those of the author and do not necessarily state or reflect those of Microsoft.” 😉
Permalink
Hi Sergey,
I’m not aware of public documentation of this fact but the information here is reliable.
Cheers,
Stefan
Permalink
Thanks Stefan. Microsoft has announced that 4.6.x and below will be EOL 4/2022. Would it be Best Practice to install 4.8 and remove versions < 4.8 on SP FE and APP servers?
Permalink
Hi,
.NET 4 has inplace upgrade. With other words only the most recent .NET version will be installed on a machine.
Yes, you should upgrade .NET 4 to the most recent version.
Cheers,
Stefan
Permalink
Hi, I know it’s late but, can I simply install 4.8 on the server without rebuilding my applications targeting to 4.8? My applications are targeting 4.5. Thank you
Permalink
Yes.
Permalink
Hi Stefan, I wish I can get you, God willing, I have a question to the related post, what if I have SP 2016 environment using .Net 4.5 framework on application and SQL servers, I have to upgrade to .Net 4.8, in this case, do I have to reinstall SP or I can do it in the same environment? Thanks in advance
Permalink
Hi Muhammad,
no need to reinstall SharePoint for this .NET upgrade.
You can do it in the same environment.
Cheers,
Stefan
Permalink
Thanks a lot Stefan, so to be sure, just download and install .Net framework 4.8 manually without changing anything, God willing, am I right?
Permalink
Yes. Be aware that you should do it in a maintencance window to accomodate for a machine restart.
Permalink
For both SQL 2014 and Application servers?
Permalink
Hi Muhammad, I’m not an SQL expert – so I cannot give you a 100% answer on this.
I would suggest to evaluate this in a test environment before applying in production.
Permalink
Hi,
We Install Office Online Serrver On windows 2022 Itsnt work
We get on Event Viewr err for .Nnet,
Mybe Its problem with .Net Version ?
Permalink
Hi Ari,
you did not specify what error you get during the installation or what exact .NET error you get in event viewer.
Here you can find the prerequisits for Office Online Server:
https://learn.microsoft.com/en-us/officeonlineserver/plan-office-online-server#software-hardware-and-configuration-requirements-for-office-online-server
Please ensure that all prerequisites are fulfilled.
Cheers,
Stefan
Permalink
Hi Stefan
we trying to install SharePoint Server 2019 + December 2023 on Windows Server 2022
we install the .NET from the Microsoft Documentaion , but clean install of SharePoint Server 2019 provide us error in the central Admin Center – loading this assembly would produce a different grant set from other instances 0x80131401 Error – this is from Freash Install
any Idea?
Thanks
Nati
Permalink
Hi Nati,
this is a .NET framework error, not something from SharePoint.
I would suggest to try the solution listed here:
https://stackoverflow.com/questions/42240956/loading-this-assembly-would-produce-a-different-grant-set-from-other-instances
Create a new registry DWORD value called LoaderOptimization and give it the value 1 within the key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft.NETFramework”.
Cheers,
Stefan