Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Each time i am making any change to the code or xaml, the changes are not getting reflecting . Each time i had to clean and rebuild and run, then the changes are affected. Not sure of this wierd behavior. Just for changing height of a text box as well.

Any solution or setting for this?

share|improve this question
Is the application split up into multiple projects, where some of the controls are in separate DLL's (projects)? – CodingGorilla Nov 14 '12 at 20:02
Sounds like you are not saving your changes and building the project, either that, you actually have an compile error thats not being displayed. Because a sucessful build would wipe the existing build files for all projects. – Ramhound Nov 14 '12 at 20:11
The actual is split in to multiple projects, But i am working on an individual project. , There are no build errors and i am saving after my changes. – Praveen Nov 14 '12 at 20:38

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.