views:

37

answers:

1

In which cases of Visual Studio 'Edit and Continue' feature do i have to rebuild / restart the project (otherwise the changes don't influence the running process)

+1  A: 

Did you mean "Edit and Continue"? If so, here are the supported code changes for c#, here are the vb ones and here for visual c++.

Fernando