Hi,
I have just inherited a dnn site, and I'm encountering the following errors when trying to add link or add document;-
An error has occurred.
DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at System.Web.UI.UserControl.get_Request() at DotNetNuke.Entities.Modules.PortalModuleBase.get_IsEditable() at DotNetNuke.UI.Containers.Title.CanEditModule() at DotNetNuke.UI.Containers.Title.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace
Unhandled error loading module.
DotNetNuke.Services.Exceptions.ModuleLoadException: E:\WWW\mysite\wwwroot\DesktopModules\Links\EditLinks.ascx(41): error BC30560: 'controls_moduleauditcontrol_ascx' is ambiguous in the namespace 'ASP'. ---> System.Web.HttpCompileException: E:\WWW\mysite\wwwroot\DesktopModules\Links\EditLinks.ascx(41): error BC30560: 'controls_moduleauditcontrol_ascx' is ambiguous in the namespace 'ASP'. at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace ---
The DNN is a very old version, i'm not sure which version and the developer I inherited it from is unreachable, so I have nothing to go on at this time.
Any help appreciated...