- базовый образ: mcr.microsoft.com/dotnet/core/aspnet:3.1-buster-slim
- для поддержки System.Drawing.Common установлены дополнительные пакеты согласно документации https://github.com/dotnet/dotnet-docker ... -common.md
- при использовании версии 2020.4.2 все работает
После обновления до версии 2020.5.1, при запуске дизайнера возвращается ошибка:
Код: Выделить всё
System.DllNotFoundException: Unable to load shared library 'user32.dll' or one of its dependencies. In order to help diagnose loading problems,
consider setting the LD_DEBUG environment variable: libuser32.dll: cannot open shared object file: No such file or directory
at Stimulsoft.Base.Drawing.Win32.GetSysColor(Int32 color)
at Stimulsoft.Base.Drawing.StiColorUtils.GetSysColor(ColorType colorType)
at Stimulsoft.Base.Drawing.StiColors.InitColors()
at Stimulsoft.Base.Drawing.StiColors..cctor()
--- End of inner exception stack trace ---
at Stimulsoft.Base.Drawing.StiColors.get_NameColors()
at Stimulsoft.Base.Drawing.StiColor.Get(String color)
at System.Linq.Enumerable.SelectListIterator`2.ToArray()
at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
at Stimulsoft.Base.Drawing.StiColor.Get(String[] colors)
at Stimulsoft.Report.Dashboard.StiPredefinedColors..cctor()