Login  
Search All Forums
Dart Home | PowerWEB LiveControls for ASP.NET | Custom Development Reply | PowerWEB LiveControls for ASP.NET Topics | Forums   
AuthorForum: PowerWEB LiveControls for ASP.NET
Topic: Error! LiveControls scripts not found
randydeforest
randy.deforest@schalleranderson.com

From: Phoenix, AZ USA
Posts: 7
Member Since: 12/29/06
posted February 6, 2007 3:36 PM


Hello.

I have read all of the previous posts on this issue; I have ensured that the web.config is set up according to the help file.

I am still getting this error.

Please help.

Thank you,
Randy DeForest
John Talarico



From: Rome, NY USA
Posts: 630
Member Since: 06/01/05
posted February 7, 2007 9:30 AM

Randy:
The core issue when this error occurs is that the client cannot download the scripts from the LiveControls generated HTML. This may be caused by any number of issues, including directory security, competing HttpHandlers, etc. Could you provide some information about your configuration?

What version of Visual Studio are you using?
Are the LiveControls samples working in your environment? 
Are you able to construct and run simple page with LiveControls using the default settings?
randydeforest
randy.deforest@schalleranderson.com

From: Phoenix, AZ USA
Posts: 7
Member Since: 12/29/06
posted February 7, 2007 10:41 AM

John,

Thanks for the response.

I was able to get this working using this code:

LiveControl.BufferedScript.Write("window.location='NewPage.aspx?key=xyz"';")

- Randy
John Talarico



From: Rome, NY USA
Posts: 630
Member Since: 06/01/05
posted February 7, 2007 11:52 AM

Ah. This leads me to believe that you were probably experiencing the issue after executing a Response.Write, Response.Redirect, or Server.Transfer. Was this the case?
randydeforest
randy.deforest@schalleranderson.com

From: Phoenix, AZ USA
Posts: 7
Member Since: 12/29/06
posted February 7, 2007 11:54 AM

Yes.

I was using Response.Redirect.

Thanks again.
administrator
weiner@parrotsoftware.com

From: West Bloomfield, MI USA
Posts: 55
Member Since: 12/12/05
posted February 14, 2007 10:41 AM

If this happens after a Response.Redirect, what does it mean?
John Talarico



From: Rome, NY USA
Posts: 630
Member Since: 06/01/05
posted February 14, 2007 2:15 PM

While some corrections had been made in previous versions of LiveControls to account for issuing Response.Redirect or Server.Transfer within a callback. There are still some cases where it interferes with LiveControls ability to reload and initialize the script libraries.

This is being investigated and should be corrected in a future release. If you are having this problem, we suggest using the BufferedScript method, which effectively does the same thing as a Response.Redirect.
Reply | PowerWEB LiveControls for ASP.NET Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX