External Database Connector: MySQL Error

0
Hello,   I'm trying to connect to an external database, when I test the connection details it shows "Could not load file or assembly 'System.Transactions.Local, Version=6.0.0.0, Culture=neutral, PublicKeyToken=XXXXXXXXX'. El sistema no puede encontrar el archivo especificado." Someone similar happen to anyone?
asked
1 answers
0

Install .NET Runtime:

- Ensure that the .NET runtime version required for your application (likely 6.0 or higher) is installed on the server where the connection is being tested.

- You can download and install the required .NET version from the official Microsoft website.

answered