Click here to Skip to main content
15,886,578 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am working in Visual Studio 2012, and I can go through and write code fine, and IntelliSense even works well, but when I go to run the compiler after modifying the code the changes don't always take place until I build or rebuild my solution. this happens in visual studio 2012 web application.
Posted
Comments
Sergey Alexandrovich Kryukov 30-Sep-13 15:20pm    
And how do you want it, to make the changes without the build? Hm...
—SA

This is not an issue. The code is not supposed to be always changed. You always need to build the project to make your changes their way to the compiled code. There is another option: to run the application without compilation, but if the compilation is needed, Visual Studio will give you a request.

—SA
 
Share this answer
 
Comments
[no name] 1-Oct-13 1:43am    
In 2010 I used to change code and save and hit refresh web page and the new changes are applied.
Check the configuration manager in your Build menu and see if the projects are selected to build is you start the application.

This may help,
Eduard
 
Share this answer
 
Comments
[no name] 30-Sep-13 10:26am    
The Build is checked, configuration is Debug & Platform is Any CPU.

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