Server Error in '/' Application.

Warning: There are currently no users with the supplied ID[UserApi->GetUserById][UserApi->GetUserById]

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.Exception: Warning: There are currently no users with the supplied ID[UserApi->GetUserById][UserApi->GetUserById]

Source Error:


Line 70:                 usrId = contentdata.UserId;
Line 71:                 Ektron.Cms.API.User.User usr = new Ektron.Cms.API.User.User();
Line 72:                 UserData usrData = usr.GetUser(usrId, false, false);
Line 73:                 UserFirstName = usrData.FirstName;
Line 74: 

Source File: d:\inetpub\wwwroot\www_wrap360_com\Public\Blog.aspx.cs    Line: 72

Stack Trace:


[Exception: Warning: There are currently no users with the supplied ID[UserApi->GetUserById][UserApi->GetUserById]]
   Ektron.Cms.UserAPI.GetUserById(Int64 Id, Boolean Preference, Boolean ReturnDeleted) +171
   Ektron.Cms.API.User.User.GetUser(Int64 Id, Boolean Preference, Boolean ReturnDeleted) +81
   Public_Blog.Page_Load(Object sender, EventArgs e) in d:\inetpub\wwwroot\www_wrap360_com\Public\Blog.aspx.cs:72
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51
   System.Web.UI.Control.OnLoad(EventArgs e) +95
   System.Web.UI.Control.LoadRecursive() +59
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +678


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.4087.0