m0j1
m0j1

Reputation: 4267

change on WPF's designer view doesn't work

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

Answers (2)

Pablote
Pablote

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

Muad'Dib
Muad'Dib

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

Related Questions