Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Geo Map crashes when app is deployed #1173

Open
ChrMa71 opened this issue Dec 14, 2022 · 0 comments
Open

Geo Map crashes when app is deployed #1173

ChrMa71 opened this issue Dec 14, 2022 · 0 comments

Comments

@ChrMa71
Copy link

ChrMa71 commented Dec 14, 2022

How to reproduce?

I use the geo map in my application which is working fine as long as a run the app in Visual Studio. However, when deployed to a different installation folder, the app crashes when the geo map opens. There is no error messsage or something like that.

<StackPanel>
    <Grid Margin="10,0,0,0">
        <Grid.ColumnDefinitions>
            <ColumnDefinition Width="*"/>
            <ColumnDefinition Width="*"/>
        </Grid.ColumnDefinitions>
        <Label Content="VALUE BY COUNTRY" Grid.Column="0" FontSize="14"  Foreground="SteelBlue" VerticalContentAlignment="Center"/>
        <Button x:Name="btnClose"  Height="30" Width="30" Grid.Column="1"  HorizontalAlignment="Right" 
                    Background="Transparent" BorderBrush="Transparent" BorderThickness="0"
                    ToolTip="Close window" Click="BtnClose_Click" Margin="10">
            <Image Source="/Res/Img/close01.png" />
        </Button>
    </Grid>
    <Grid Margin="0">

        <lvc:GeoMap x:Name="GeoHeatMap" Source="Res/Maps/World.xml" Hoverable="True" LandStrokeThickness="2" Height="700" Width="1000"  />

    </Grid>
</StackPanel>

Extra notes

I would be appreciated to learn what I would have to do to make the geo map run smoothly.

I am using

Live-Charts version 0.9.7
.Net Version 4.7.2
Windows 10
        <lvc:GeoMap x:Name="GeoHeatMap" Source="Res/Maps/World.xml" Hoverable="True" LandStrokeThickness="2" Height="700" Width="1000"  />

    </Grid>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant