We are upgrading to DMX 06.02.04 on DNN 9.1.1, one of the new features that we are promoting is the drag/drop functionality in JSUploadProvider, during some testing it was found that while adding a new file, after you upload a file, if you click Cancel, an exception is thrown. System.NullReferenceException: Object reference not set to an instance of an object. at ASP.desktopmodules_bring2mind_dmx_providers_uploadproviders_jsuploadprovider_upload_ascx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in \DesktopModules\Bring2mind\DMX\Providers\UploadProviders\JsUploadProvider\Upload.ascx:line 6 Line 6 of Upload.ascx is the following: data-entrytype="<%=CurrentEntry.EntryType %>" Is there anything we can easily do to prevent this exception from being thrown.
|