Hi all,
Today, I'm checking one of my Farms, in my test environment, and while opening Central Administration site, I was faced to this nice Runtime Error:
Following this discover, I've tested to access to the Farm via PowerShell commands.
- First, let's load the SharePoint snapin:
add-pssnapin Microsoft.SharePoint.PowerShell
==> no errors, ths it means that my farm isn't broken.
- Secondly, let's check the Farm version:
==> (Get-SPFarm).buildversion
Major Minor Build Revision
----- ----- ----- --------
15 0 4957 1000
Ok, defenitely, it is not a SharePoint Farm issue.
Then, I saw some .NET Runtime (Event ID 1023) errors in the Event Viewer.
After googleling a little bit, I found the solution explained by Bryan Peters in this post.I've made the exactly same procedure, on my both servers, and the Farm is back to live.
Create a new DWORD, followed by an IIS Reset:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework
New registry DWORD : LoaderOptimization
Value : 1
IIS Reset
==> Problem solved.
Voilà,
That’s all Folks !!
No comments:
Post a Comment