It has to do with your name space declarations on top of the XAML file. Try removing that name space. I don't have a Silverlight machine available right now, but I don't think you need the explicit VMS name space.
On Tue, Jul 8, 2008 at 2:22 PM, Alex Knight <[EMAIL PROTECTED]> wrote: > Hi Guys, > > I have just been playing around with skinning an application and it seems > that every time I edit something to do with VSM it changes my XAML and won't > run. > > > > <ItemsControl VerticalAlignment="Top" x:Name="Comments" Grid.Row="1" > > > <ItemsControl.ItemTemplate> > > <vsm:DataTemplate> > > <my:Comment x:Name="CommentItem"/> > > </vsm:DataTemplate> > > </ItemsControl.ItemTemplate> > > </ItemsControl> > > > > That's it there, it adds in the vsm: in front of the DataTemplate. Which in > turn breaks the app, all I have to do fix it is delete the vsm: out of the > XAML and it works again. > > > > Any thoughts? A bug maybe? > > > > > > Alex Knight > Designer > > > *:: OBJECTIFY.* > > t 1800 666 062 > f 03 5444 4865 > e [EMAIL PROTECTED] > w www.objectify.com.au > > *DISCLAIMER:* > This email and any files transmitted with it are intended for the named > recipient/s only. The information contained in this message may be > confidential, legally privileged and copyright work. Please do not copy or > forward this email unless you have the express permission of the sender to > do so. If you have received this email in error, please notify the sender > immediately by return email and delete this message. Objectify does not > warrant or guarantee that this email or any files transmitted with it are > free of errors, viruses or interference, or have been received in the form > sent. The recipient assumes all responsibilities for any consequences > resulting from any use of this email or any files transmitted with it. > > ** > ------------------------------------------------------------------- > OzSilverlight.com - to unsubscribe from this list, send a message back to > the list with 'unsubscribe' as the subject. > Powered by mailenable.com - List managed by www.readify.net ------------------------------------------------------------------- OzSilverlight.com - to unsubscribe from this list, send a message back to the list with 'unsubscribe' as the subject. Powered by mailenable.com - List managed by www.readify.net
