c# - ASP.NET ScriptManager not including the right version of MicrosoftAjax -


my scriptmanager reason includes old version of microsoftajaxwebforms , other microsoftajax libs. not matter if use enablecdn or not. scriptresource.axd provides old version codeplex instead of new one.
if enable cdn still gets scriptresource.axd instead of cnd. on coworkers pc works fine. share project , have same project settings , installation.
asp.net 4.5 installed. , system.web.extension libs 4.0 there , referenced in project.

any ideas be?


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -