Reputation: 4267
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
Upvotes: 0
Views: 389
Reputation: 5093
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.
Upvotes: 0
Reputation: 29256
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.
Upvotes: 1