Silverlight Intelliscence in VS 2010 does not recognize new controls on page.
Solution needs built for the intelliscense to recognized the newly placed control (textbox label extra)
Is this a BUG?
Edit: controls are not custom, they are siple label and textbox and button controls.
Edit:
button from toolbox dragged to designer,
switched to home.xml.cs
types button1
error, intelliscence doesnot recognize the button1 added.
must build each time.
what is the solution to this problem
Its not bug, its feature. Custom controls must be compiled before you can use it.