I'm working on a wpf project , it was working and I didn't have any problems with it but now I don't know why it doesn't take the changes I do in properties window . I change width and heights and things like WindowState and none of them works when I press f5 and debug the project .
I'll be appreciated if someone can help me with this
thanks
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|||||||||
|
|
the designer in vs2k10 is not the best. it is WAY better then the one in vs2k8. that said...if you are not seeing your changes when you run the app, it is likely your code. |
|||||
|
|
If you do a manual rebuild does it work? In that case you probably don't have you project being built. Go to menu 'Build' -> 'Configuration Management' and make sure every checkbox is checked for the current(active) configuration. |
|||
|
|