AjaxControlToolkit is undefined

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
I am pre-compiling this application using Web Deployment Projects, and so far everything runs fine EXCEPT that I get the following javascript error on the product pages:

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Zune 4.0; InfoPath.3; .NET4.0C; .NET4.0E; Creative AutoUpdate v1.40.02)
Timestamp: Sat, 15 May 2010 23:32:21 UTC


Message: 'AjaxControlToolkit' is undefined
Line: 561
Char: 5
Code: 0
URI: MY URL HERE


This is the call that is causing the error

Sys.Application.add_init(function() {
    $create(AjaxControlToolkit.TabPanel, {"headerTab":$get("__tab_ctl00_ctl00_cph1_cph1_ctl00_ProductsTabs_pnlProductSpecs"),"ownerID":"ctl00_ctl00_cph1_cph1_ctl00_ProductsTabs"}, null, {"owner":"ctl00_ctl00_cph1_cph1_ctl00_ProductsTabs"}, $get("ctl00_ctl00_cph1_cph1_ctl00_ProductsTabs_pnlProductSpecs"));
});
13 years ago
Hello, did you get any responses to this?  DId you find the error?

I just started getting the same error on any Ajax page and nothing, as far as I know, has changed.

THanks, just checking.

Dave
13 years ago
No, nothing.  I've had to upload the source to the server.  I wish this could be addressed, because the performance is much better with pre-compilation
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.