-
Notifications
You must be signed in to change notification settings - Fork 646
Description
When using easyhook technology to inject a library into another process, a chart can be displayed in that injected process, but an error message will appear when the mouse hovers over it
System. IO. FileLoadException: Failed to load file or assembly 'System. Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b3ffcd2ddd51' or one of its dependencies. The assembly manifest definition found does not match the assembly reference. (Exception from HRESULT: 0x80131040)
File name: System. Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2dd51
In SkiaSharp.SKFont.MasureText (String text, SKRect&bounds, SKPaint paint)
exist LiveChartsCore.SkiaSharpView.Drawing.Geometries.LabelGeometry.d__6.MoveNext()
In System. Linq. Numerable.d__17 2. MoveNext() In LiveChartscore. SkiaSharpView. Drawing. Geometries. LabelGeometry. Measurement () In LiveCharteCore. Drawing. Layouts. CoreTableLayout
1. Measure()
In LiveCharteCore. Drawing. Layouts. CoreStackLayout 1. Measure() exist LiveChartsCore.SkiaSharpView.SKCharts.SKDefaultTooltip.Show(IEnumerable
1 foundPoints, Chart chart)
Before injecting a process, this LiveCharts can be displayed normally