Click here to Skip to main content
15,881,898 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I am just starting out with the AJAX Toolkit. I downloaded the toolkit and followed the directions for installing it into the toolbox of my VS2008.

The controls show up in my toolbox, but when I debug the application then the page never loads and I get "Find Source" popups asking for the location of the ScriptObjectBuilder.cs and ExtenderControlBase.cs files.

I've searched my c: and I don't have either of those files.
Posted
Updated 23-Jun-10 23:57pm
v3
Comments
dysert 22-Aug-14 14:59pm    
I'm getting the same error, but in only one of my applications. (Another one works fine.) I have downloaded the latest release of the Toolkit, I have registered the Toolkit near the top of my page, and I have the ToolkitScriptManager control in the page, before the ModalPopupExtender control. Any ideas?
dysert 22-Aug-14 15:22pm    
Never mind. I discovered a superfluous ModalPopupExtender control in my code. Sorry.

Nazrul joy wrote:
I downloaded the toolkit

Nazrul joy wrote:
"Find Source" popups asking for the location of the ScriptObjectBuilder.cs and ExtenderControlBase.cs files.


Looks like you have not installed the AJAX toolkit properly. Take the latest released version and install that. The files are the base classes of Extender control. You should not get those errors with released toolkit as they are compiled, packaged in a DLL and shipped.

Download AJAX Toolkit[^]
Ajax Control Toolkit Tutorials [^]
 
Share this answer
 
Comments
_Amy 18-Jul-12 1:45am    
My +5! Nice solution!
Add scriptmanager to ur code. This will solve this issue.
 
Share this answer
 
Download Source Code Zip, unzip and find the source code. that's all happy coding...

AjaxControlToolkit.Source\AjaxControlToolkit_9c860ac12ae9\Server\AjaxControlToolkit\ExtenderBase\ExtenderControlBase.cs
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900