Getting 'AJAX Control Toolkit is undefined' when setting the CombineScripts="true"
I am getting AJAX Control Toolkit is undefined error when I have th开发者_运维知识库e CombineScripts="true" on the ToolkitScriptManager:
<ajaxToolkit:ToolkitScriptManager ID="ToolkitScriptManager1" EnablePageMethods="false" ScriptMode="Release"
            LoadScriptsBeforeUI="false" runat="server" CombineScripts="true">
            <CompositeScript>
                <Scripts>
                    <asp:ScriptReference Path="~/JavaScript/jquery-1.4.1.min.js" />
                    <asp:ScriptReference Path="~/JavaScript/Custom.js" />
                </Scripts>
            </CompositeScript>
        </ajaxToolkit:ToolkitScriptManager>
But when I set the CombineScripts to false everything seems to work. Why is this happening?
Its a bug in ajax toolkit.
See this link about the bug.
And this site has an explanation of a work around.
in my case i have changed the CombineScripts attribut of ajaxToolkit:ToolkitScriptManager from true to false(CombineScripts ="false").
This works for me
 
         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论