Click here to Skip to main content
15,916,280 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Please anybody help, My project was not changing save. I was save my project. But at runtime the modification is not display. Please help me what is the problem...
Very urgent,Please..........
Thanks in advance.
Posted
Updated 16-Apr-12 2:12am
v2

1 solution

It is difficult to be certain from your description, but check that you are running the version that you compiled:
Does the tool bar in VS say "Debug" or "Release"? Check that you are running the file from the appropriate folder.

The other possibility is that your project does not currently compile - if it doesn't compile error free, then you cannot run it, and anything you do run may bear very little relation to the code you look at. Try a clean compile, and see if that makes a difference.

It's also worth checking that your changes are actually in the source code you just compiled, and that they are being executed. If your solution is complex, you may be referring to an outdated DLL or similar.
 
Share this answer
 
Comments
devausha 16-Apr-12 8:24am    
Thank you. It is on the Debug. I change it.
OriginalGriff 16-Apr-12 8:28am    
:laugh:
Fix the errors! If your program has errors, then the compiler will not produce an executable - so your changes have not been included in anything that can run. When you fix the errors and re-compile, it should work. If you can't fix them yourself, then explain what they are and show the relevant code fragments and error message, and we will see what we can do.

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