You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My container is ok,but I use it to install some coding edit application.
I check the file libxml2.dll is in the appication file,when I open the application,it will show this error to me.
how can i fix it?
Docker compose
I use default
Docker log
cannot load xml dll: libxml2.dll,quitting!
Screenshots (optional)
The text was updated successfully, but these errors were encountered:
@kroese
Hello, I found the reason which cause the error,
in windows container I check C:\Windows\System32
there miss some dll "msvcp140.dll" and "VCRUNTIME140_1.dll"
I copy it into the contianer and my application work successfully.
Operating system
ubuntu 22.04
Description
My container is ok,but I use it to install some coding edit application.
I check the file libxml2.dll is in the appication file,when I open the application,it will show this error to me.
how can i fix it?
Docker compose
I use default
Docker log
cannot load xml dll: libxml2.dll,quitting!
Screenshots (optional)
The text was updated successfully, but these errors were encountered: