Hi, I've uninstalled the Nöerd Multiple File Upload 1.1 and installed Gecko Uploadify in it's place.
Now all my .swf content is not showing!!
And when I try to add media items by clicking a media subfolder I get a YSD:
The control with ID 'uploadFiles' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it. 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.InvalidOperationException: The control with ID 'uploadFiles' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it.
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:
[InvalidOperationException: The control with ID 'uploadFiles' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it.] System.Web.UI.UpdatePanel.get_ScriptManager() +365925 System.Web.UI.UpdatePanel.RegisterPanel() +87 System.Web.UI.UpdatePanel.OnInit(EventArgs e) +19 Gecko.Uploadify.UploadifyDataEditor.OnInit(EventArgs e) +37 System.Web.UI.Control.InitRecursive(Control namingContainer) +333 System.Web.UI.Control.InitRecursive(Control namingContainer) +210 System.Web.UI.Control.InitRecursive(Control namingContainer) +210 System.Web.UI.Control.InitRecursive(Control namingContainer) +210 System.Web.UI.Control.InitRecursive(Control namingContainer) +210 System.Web.UI.Control.InitRecursive(Control namingContainer) +210 System.Web.UI.Control.InitRecursive(Control namingContainer) +210 System.Web.UI.Control.AddedControl(Control control, Int32 index) +198 System.Web.UI.ControlCollection.Add(Control child) +80 umbraco.cms.presentation.editMedia.OnInit(EventArgs e) +455 System.Web.UI.Control.InitRecursive(Control namingContainer) +333 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +378
Does anyone have any insight into what I might do to correct the problem (I have tried uninstalling and installing again).
Gecko Uploadify 1.3 YSD on editmedia.apx
Hi, I've uninstalled the Nöerd Multiple File Upload 1.1 and installed Gecko Uploadify in it's place.
Now all my .swf content is not showing!!
And when I try to add media items by clicking a media subfolder I get a YSD:
The control with ID 'uploadFiles' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it.
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.InvalidOperationException: The control with ID 'uploadFiles' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it.
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:
[InvalidOperationException: The control with ID 'uploadFiles' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it.]
System.Web.UI.UpdatePanel.get_ScriptManager() +365925
System.Web.UI.UpdatePanel.RegisterPanel() +87
System.Web.UI.UpdatePanel.OnInit(EventArgs e) +19
Gecko.Uploadify.UploadifyDataEditor.OnInit(EventArgs e) +37
System.Web.UI.Control.InitRecursive(Control namingContainer) +333
System.Web.UI.Control.InitRecursive(Control namingContainer) +210
System.Web.UI.Control.InitRecursive(Control namingContainer) +210
System.Web.UI.Control.InitRecursive(Control namingContainer) +210
System.Web.UI.Control.InitRecursive(Control namingContainer) +210
System.Web.UI.Control.InitRecursive(Control namingContainer) +210
System.Web.UI.Control.InitRecursive(Control namingContainer) +210
System.Web.UI.Control.AddedControl(Control control, Int32 index) +198
System.Web.UI.ControlCollection.Add(Control child) +80
umbraco.cms.presentation.editMedia.OnInit(EventArgs e) +455
System.Web.UI.Control.InitRecursive(Control namingContainer) +333
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +378
Does anyone have any insight into what I might do to correct the problem (I have tried uninstalling and installing again).
Best regards,
Michael
Sorry, forgot a bit of important info: Environment: WS 2003, IIS 6, .net 2.0, Umbraco 4.0.3
/Michael
He, he - I guess reading the installation info a bit more intesively would have revealed that Gecko is only supported on .net 3.5 !!
Sorry by the mixup :)
/Michael
Hi Michael
You got it - unfortunately this package is only for 3.5 or above.
Cheers,
Dan
is working on a reply...