Its the first time i write a message so Hi and Thans to ALL .
now with my problem .
A have created a webapp in ASP.net 4.0 and vb whith master page.
So i use a ToolkitScriptManager at the master page and plenty of Ajax toolkit components on both my master page and many of the child pages i also use quite a bit javascript or jquery 1.8.2 to display messages or other visual stuff.
Everything was working perfectly until i wanted to use Control bundles so i set web.config and ajaxtoolkit.config.Every page kept working except those witch contained a tabContainer.
The error i got when visiting such a page was the folowing
inner Exception Type: System.Exception
Inner Exception: Could not load control AjaxControlToolkit.TabContainer. The script reference(s) of this control was not loaded correctly. If AjaxControlToolkit.config is used, probably this control is not registered properly.
Inner Source: AjaxControlToolkit
Inner Stack Trace:
at AjaxControlToolkit.ToolkitScriptManager.OnPreRender(EventArgs e)
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Exception Type: System.Web.HttpUnhandledException
Exception: Exception of type 'System.Web.HttpUnhandledException' was thrown.
Source: DefaultPage
Stack Trace:
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.person_aspx.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
of course i do have the <control name="TabContainer"></control> in my AjaxControlToolkit.config
and all the other pages that contain toolkit controls work perfectly
I've tried alot of things but nothing seemed to work and kept getting the same error message.
I suppose has something to do with jquery that i use.
I ll be greatfull for any ideas ! Thanx to u All