I get no output but a XmlParser exception and crash
Problemsignatur:
Problemereignisname: CLR20r3
Problemsignatur 01: locationfinder.exe
Problemsignatur 02: 1.0.0.0
Problemsignatur 03: 5143ca6d
Problemsignatur 04: LocationFinder
Problemsignatur 05: 1.0.0.0
Problemsignatur 06: 5143ca6d
Problemsignatur 07: 1d
Problemsignatur 08: c
Problemsignatur 09: System.Windows.Markup.XamlParse
Betriebsystemversion: 6.1.7601.2.1.0.256.1
Gebietsschema-ID: 1031
Zusatzinformation 1: 0a9e
Zusatzinformation 2: 0a9e372d3b4ad19135b953a78882e789
Zusatzinformation 3: 0a9e
Zusatzinformation 4: 0a9e372d3b4ad19135b953a78882e789
No there is no "first run" indicator: the models load the location from settings, when it has not been filled before the list is empty. If it is really required to do only a first-run setup, we might add a bool field to WeatherSettings ("FirstRun") to avoid unwanted creation of locations (if list is empty again).@morpheus_xx is there an event that triggers only on the first initialisation of the weather plugin? I don't want to keep setting the default location if people clear the list themselves.
<Window x:Class="LocationFinder.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Location Finder" Height="350" Width="525">
<Grid>
<TextBlock Name="Console" Text="" HorizontalAlignment="Center" VerticalAlignment="Center" />
</Grid>
</Window>