Getting error on DNN site

I am new to DNN. Everytime after login I am getting the following error:-

An error has occurred. DotNetNuke.Services.Exceptions.ModuleLoadException: The underlying system threw an exception. 
---> DotNetNuke.Services.FileSystem.FolderProviderException: The underlying system threw an exception.
---> System.NullReferenceException: Object reference not set to an instance of an object. 
at DotNetNuke.Services.FileSystem.FileManager.GetUrl(IFileInfo file) 
--- End of inner exception stack trace
--- at DotNetNuke.Services.FileSystem.FileManager.GetUrl(IFileInfo file) at DotNetNuke.UI.Skins.Controls.Logo.OnLoad(EventArgs e) 
--- End of inner exception stack trace --- 

Can anyone tell me why this is happening. Am I doing some wrong?


Sounds like you have a problem with the LOGO you have defined in your DNN site.

Try going to the Admin/Site Settings page and uploading a new LOGO file.

链接地址: http://www.djcxy.com/p/43834.html

上一篇: C中的函数指针如何工作?

下一篇: 在DNN网站上发生错误