dymosoftware / dymo-connect-framework

DYMO Connect Framework for Javascript.
Other
92 stars 54 forks source link

Could not load file or assembly 'SkiaSharp.Views.Desktop #38

Closed Connect-and-Exchange closed 2 years ago

Connect-and-Exchange commented 2 years ago

Hi all,

We are in the process of moving from the Dymo.Framework to DymoSdk. Most of the driver development is done whereas actually sending the printjob throws an assembly error.

{"Could not load file or assembly 'SkiaSharp.Views.Desktop, Version=1.68.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' or one of its dependencies. The system cannot find the file specified.":"SkiaSharp.Views.Desktop, Version=1.68.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756"}

The SkiaSharp Nuget package is installed and we are unable to find a reason why it throws an exception.

What do we miss?