Hello,
firstly, sorry for my bad english
Well, we have upgraded ou portal from version 5.4 to the version 7.4. All tests was Ok, except upload of files.When we try to upload un image to insert it in a document we have this error :
Server Error in '/' Application.
Method not found: 'Int32 Telerik.Web.UI.UploadedFile.get_ContentLength()'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.MissingMethodException: Method not found: 'Int32 Telerik.Web.UI.UploadedFile.get_ContentLength()'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[MissingMethodException: Method not found: 'Int32 Telerik.Web.UI.UploadedFile.get_ContentLength()'.]
DotNetNuke.HtmlEditor.TelerikEditorProvider.PortalContentProvider.StoreFile(UploadedFile file, String path, String name, String[] arguments) +0
Telerik.Web.UI.RadFileExplorer.ProcessUploadedFiles() +1110
Telerik.Web.UI.RadFileExplorer. (EventArgs e) +248
System.Web.UI.Control.LoadRecursive() +71
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3178
Have any solutions or ideas how to fix this error.
Thanks