'Element is already the child of another element' error in Silverlight App.xaml
- by rwwilden
Hi,
I keep getting a strange error inside my App.xaml file: Element is already the child of another element.
My App.xaml file looks like this:
<Application xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="Celerior.Annapurna.SL.App">
…