Hello, I have been getting the error below when not logged in looking at the Document Exchange module on a page. Any idea's on how to fix? I'm trying to avoid upgrading DNN but I can if needed. Thanks, Todd Document Exchange version: 05.03.07 DotNetNuke version: 5.1.1 InnerException: Object reference not set to an instance of an object. FileName: FileLineNumber: 0 FileColumnNumber: 0 Method: Bring2mind.DNN.Modules.DMX.Security.Permissions.EntryPermissionCollection.CurrentUserHasPermission StackTrace: Message: DotNetNuke.Services.Exceptions.PageLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at Bring2mind.DNN.Modules.DMX.Security.Permissions.EntryPermissionCollection.CurrentUserHasPermission(String PermissionKey) at Bring2mind.DNN.Modules.DMX.Business.EntryInfo.CanView() at Bring2mind.DNN.Modules.DMX.TemplateView.ᜁ(Object A_0, EventArgs A_1) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace --- |