I have a custom control in Silverlight, the change of property via property window is not getting updated until I build the application once again. What could be the problem?
Say for example. I have a control called Shapes. If I select type of the shape as "Octane" it should show a sample octane in blend design-time surface.
But, in my case it is not happening, the blend designer is not getting updated untill I build the application again. Please advice me on this. I don't want to put the consumer in trouble by letting them build it for every change in property value they make.
Note: All the exposed properties in the control are dependency property.