Installing MySQL Connector/NET in a Docker container
Posted by: Stephen Bard
Date: September 12, 2022 04:07PM

I am trying to take an existing ASP.NET framework visual studio program and get it setup in docker. The application accesses a MariaDB (MySQL) database on my NAS. The application runs fine but when I try to containerize it I receive a message .net framework is not installed. After much troubleshooting I have found that this means the MySQL Connector/NET are not install in the Docker Container. Does anyone know how to do this. I am a complete noob at Docker but Docker runs on Synology NAS but Synology doesn't run ASP.NET and I don't want to rewrite the whole application.

Options: ReplyQuote


Subject
Written By
Posted
Installing MySQL Connector/NET in a Docker container
September 12, 2022 04:07PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.