Click here to Skip to main content
15,886,072 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hello
I always debug my c# programs by x64. I release a program by x86 after that I can't debug programs by x86. what can I do?
Posted
Comments
Debojyoti Majumder 18-Apr-11 8:02am    
what error you are having??
Sandeep Mewara 18-Apr-11 11:21am    
Did you compile it with x86 compiler? Look for it in Project properties.

1 solution

When I read your question very literal, you say that you DEBUG on x64 and after that you RELEASE by x86. When you compile a program in RELEASE mode, debug information is omitted. I guess you need to create a x86 debug version if you would like to debug on that as well.

Good luck!
 
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