Click here to Skip to main content
15,911,711 members
Please Sign up or sign in to vote.
3.75/5 (4 votes)
See more:
Dear Friends,

I am using a GridView in my application in ASP.Net 4.0. While moving my debugger to gridview_rowdatabound my debugger is moving backward for every row bind to the grid view.

I am seeing this problem the first time so not able to judge why it is coming. Can anyone out there can help me out.

Thanks

Varun Sareen
Posted
Comments
[no name] 5-May-11 8:03am    
It is impossible for the debugger to move backward, its just not how code is executed. You must be having other difficulties.

1 solution

It could be that your debugging symbols are out of date, this could give the impression that your debugger move backwards. What is happening is that the debugger shows the line of source code that is mapped to the il that is executing.

Try a full rebuild of your application and check if the pdb symbols and the dll's in the output directory are of the correct date and time.
 
Share this answer
 
v2
Comments
Varun Sareen 5-May-11 8:22am    
thanks dear patrick :)

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