Here is the error message:
Description: An unhandled exception occurred 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.
Source Error:
Line 171:
Line 172: // home page
Line 173: Home.Visible = !PostDeleted && !String.IsNullOrEmpty( UserProfile.Homepage );
Line 174: SetupThemeButtonWithLink( Home, UserProfile.Homepage );
Line 175:
Source File: c:\StudentRateGenVSS\StudentRate\StudentRateWeb\forum\controls\DisplayPost.ascx.cs Line: 173