We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows Nano Server is missing some dlls, so SkiaSharp does not work. Related to #591
Having a look at Nano Server... Ran the NanoServerApiScan.exe tool from: https://blogs.technet.microsoft.com/nanoserver/2016/04/27/nanoserverapiscan-exe-updated-for-tp5/
NanoServerApiScan.exe
=== libSkiaSharp.dll === ERRORS: FONTSUB.dll CreateFontPackage(Proc not found) USER32.dll SystemParametersInfoW(Proc not found) MSVCP140.dll … … … Please copy Nano Server compliant MSVCP140.dll from %ProgramFiles(x86)%\Microsoft Visual Studio 14.0\VC\redist\onecore\x64\Microsoft.VC140.CRT\ VCRUNTIME140.dll … … … Please copy Nano Server compliant VCRUNTIME140.dll from %ProgramFiles(x86)%\Microsoft Visual Studio 14.0\VC\redist\onecore\x64\Microsoft.VC140.CRT\
I need to investigate the 2 usages that appear to be bad:
The text was updated successfully, but these errors were encountered:
Duplicate of #676
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description
Windows Nano Server is missing some dlls, so SkiaSharp does not work. Related to #591
Having a look at Nano Server... Ran the
NanoServerApiScan.exe
tool from: https://blogs.technet.microsoft.com/nanoserver/2016/04/27/nanoserverapiscan-exe-updated-for-tp5/I need to investigate the 2 usages that appear to be bad:
The text was updated successfully, but these errors were encountered: