I have to re-build project to see changes at run time

  • Thread starter Thread starter TS
  • Start date Start date
T

TS

I have one project that must be rebuilt instead of just built in order for
changes to be seen. This is the startup project. I am running in debug mode,
and the project is checked to build in this configuration thru config mgr.

what am i missing?
 
Hi TS,

Thanks for your posting!!

Can you show me the exactly meaning of "changes of your project"? Does it
refer to code modify changes or some IDE settings? Can you show me some
phenomena of this issue?

Actually, re-build project option will first "clean" the project(Cleans all
intermediary files and output directories.), then "build" the entire
project again. So the difference between the "build" and "rebuild" options
are the first "clean" step.

Hope I can see some detail steps to help reproduce out this issue. I will
wait for your further feedback. Thanks
====================================================================
Thank you for your patience and cooperation. If you have any questions or
concerns, please feel free to post it in the group. I am standing by to be
of assistance.

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
When i make any change in the project, including changing any piece of code
on any file. When i just build it and run it, it still runs with the older
version of code.

So if i add a line of code, delete one, or add 30 lines of code, these
changes won't propagate when you simply build it.
 
Hi TS,

Thanks for your posting!!

I think this is a strange behavior for VS.net. I suggest you create a new
project, and do some test, does the problem still exist? Also, you may then
do some test on another developer machine for VS.net. I just want to
confirm if this problem is due to your specific project, or the entire
machine.

I will wait for your further feedback. Thanks
==================================================
Thank you for your patience and cooperation. If you have any questions or
concerns, please feel free to post it in the group. I am standing by to be
of assistance.

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Hi TS,

Thanks for your feedback.

With your further feedback, it seems that this problem only existed in your
specific project. Is there any consistent steps for us to reproduce out
this issue?

I suggest you add all your current project's content(code files, resource
files etc) to the new create project, hope this will get rid of this issue.
=======================================
Thank you for your patience and cooperation. If you have any questions or
concerns, please feel free to post it in the group. I am standing by to be
of assistance.

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top