Click here to Skip to main content
15,905,614 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Frnds,
While Running Aspx .net Application with breakpoint when moving line by line ,i am getting ajax control error.
Error as
AjaxControlToolKit.DLL!ToolkitScriptManager.OnLoad(System.EventArgs e)Line 208.

After getting this error in Asp .net page,,not able to work on breakpoint.After that clicking F5 moves to browser.How to solve this problem

Thanks.
Posted
Comments
Dholakiya Ankit 14-Sep-13 3:29am    
which error?

Hope this will help ,

Tools -> Options -> Debugging -> uncheck "Require source files to exactly match the original version" which makes the debugger not to check the file

Right-click Solution in Solution Explorer and select Properties from the menu. Expand the Common Properties folder, and click the Debug Source Files page.

If still the problem persists , post the complete error description...
 
Share this answer
 
v2
Comments
itsureshuk 14-Sep-13 4:09am    
How to add screen shot here...
JoCodes 14-Sep-13 4:30am    
Not sure about adding the screen shot. But you can post the complete error stack which you are getting
JoCodes 14-Sep-13 4:33am    
Edited the solution ?
<asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>


add this line at client side
 
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