Hi,
I'm using the latest version of the toolkit (version 7.0725), .net framework 4.0 in combination with the mozilla firefox (version 22.0).
In additon I use the AsyncFileUpload in combination with the ToolkitScriptManager.
Whenever my web page is loaded a pop up with the error message is shown. The error message is:
A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete.
Script: http://localhost:57207/ScriptResource.axd?d=Uj7Z4lQIzte_RnIy15eGVAAIOiKFjXb4sJo0HlPrh2MwnZMA9sxKReZ3mjY5Yp9chUs2YuJ7zrjkN8s-R4GZ5Njy2bW75EWzlyd4OB-6LHI0zaLogznc4xp6llL9WdY4G2_zfKtxmCgp_cjaILw8QYt4Yv_RBLHRKHg1swu7tWs1&t=1c4fda5e:194
The same error message I get by the time I load the web page [ASP.net AJAX Samples AsyncFileUpload Demonstration](http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/AsyncFileUpload/AsyncFileUpload.aspx) with the mozilla firefox version 22.0.
Does anybody know how to fix it, so that I never get this error message?
Thanks in advance
Tim
Comments: Morning boys, thank you for your answer - it solved the problem! In this context is at least one more problem to get me in trouble. Maybe someone (like me) uses this code snippets. ``` <ajaxToolkit:AsyncFileUpload ID="AsyncFileUpload1" runat="server" Width="400px" UploaderStyle="Modern"/> ``` Same issue, although using: ``` UploaderStyle="Modern" ``` The trouble maker is this code fragment: ``` Width="400px" ``` In my use case it is not important to configure the width. I don't use this property and it works fine! Have a nice day! Tim
I'm using the latest version of the toolkit (version 7.0725), .net framework 4.0 in combination with the mozilla firefox (version 22.0).
In additon I use the AsyncFileUpload in combination with the ToolkitScriptManager.
Whenever my web page is loaded a pop up with the error message is shown. The error message is:
A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete.
Script: http://localhost:57207/ScriptResource.axd?d=Uj7Z4lQIzte_RnIy15eGVAAIOiKFjXb4sJo0HlPrh2MwnZMA9sxKReZ3mjY5Yp9chUs2YuJ7zrjkN8s-R4GZ5Njy2bW75EWzlyd4OB-6LHI0zaLogznc4xp6llL9WdY4G2_zfKtxmCgp_cjaILw8QYt4Yv_RBLHRKHg1swu7tWs1&t=1c4fda5e:194
The same error message I get by the time I load the web page [ASP.net AJAX Samples AsyncFileUpload Demonstration](http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/AsyncFileUpload/AsyncFileUpload.aspx) with the mozilla firefox version 22.0.
Does anybody know how to fix it, so that I never get this error message?
Thanks in advance
Tim
Comments: Morning boys, thank you for your answer - it solved the problem! In this context is at least one more problem to get me in trouble. Maybe someone (like me) uses this code snippets. ``` <ajaxToolkit:AsyncFileUpload ID="AsyncFileUpload1" runat="server" Width="400px" UploaderStyle="Modern"/> ``` Same issue, although using: ``` UploaderStyle="Modern" ``` The trouble maker is this code fragment: ``` Width="400px" ``` In my use case it is not important to configure the width. I don't use this property and it works fine! Have a nice day! Tim