Error on trying to browse for an image to insert
I tried to insert an image in an ordinary HTML content editor and when I selected one of the folders on the left-hand side the system just hung. On looking at the log I found this:
System.NullReferenceException: Object reference not set to an instance of an object.
at mojoPortal.Web.Services.jqueryFileTreeMediaBrowser.RenderFileTree(HttpContext context) in C:\aspnet\mojoportal-source\Web\Services\jqueryFileTreeMediaBrowser.ashx.cs:line 152
at mojoPortal.Web.Services.jqueryFileTreeMediaBrowser.ProcessRequest(HttpContext context) in C:\aspnet\mojoportal-source\Web\Services\jqueryFileTreeMediaBrowser.ashx.cs:line 61
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
It doesn't matter which folder I select. It doesn't happen when I run mojoPortal on the Development server in Visual Studio, so it must be to do with IIS setup I suppose.