Using Visual Studio 2013 with VB.NET with AjaxControlToolkit. Added combobox to web page with master page. Master has bundled Ajax. Page loads everything before the combobox and the combobox itself but then loads nothing after. Also the combobox does not populate. If I add a ToolkitScriptManager (which I would think conflicts with the bundling on the Master page) I get the error message ToolkitScriptManager.cs not found. If I comment out the combobox (there are no other Ajax Controls on the page) then the page loads exactly as it should.
↧