Live Charts WPF Unknown build error

0

I'm new to live charts. When i'm trying to build a simple WPF application using visual studio 2017 i'm getting the following error:

Error Unknown build error, 'A strongly-named assembly is required. (Exception from HRESULT: 0x80131044) Line 11 Position 67.'

EDIT:

The code is:

<lvc:CartesianChart Series="{Binding SeriesCollection}" />

According to the docs.

How can i solve this issue?

Thanks

EDIT 2:

fixed after VS reinstall.

c#
wpf
visual-studio
livecharts
asked on Stack Overflow Feb 16, 2018 by gr1d3r • edited Feb 21, 2018 by gr1d3r

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0