Server Error '/' Application
Object reference not set to an instance of an object
Description: An unhandled exception was generated during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException
: Object reference not set to an instance of an object.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
Microsoft.office.server.Administration.UserProfileApplicationProxy.get_ApplicationProperties() +134
Microsoft.office.server.Administration.UserProfileApplicationProxy.get_PartitionIDs() +44
Microsoft.office.server.Administration.UserProfileApplicationProxy.IsAvailable
(SPServiceContext ServiceContext) +134
// ------------------------------------------------------------------------------------------------------
This error occurred in SharePoint installation on Windows Home Premium. But when I searched, I found out this is happening because of the incorrect configuration of user profile service. Therefore, I delete the user profile service application which will help me to solve the issue.
Go to Manage Service Application in the Central Administration.
Delete the User Profile Service Application.