Click here to Skip to main content
15,889,116 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how to solve these error in c#.net the source file is different from when the module was built. would you like the debugger
Posted
Comments
André Kraak 11-Nov-12 5:19am    
Try rebuilding the project.
Mohamed Mitwalli 11-Nov-12 5:28am    
Try using try catch block

1 solution

If the source and object are different then the debugger will not be able to match the two. Make sure you use the exact source code that was used to build that version of your program.
 
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