Hello, is there any guideline to configure the Application Server to a remote MySQL server? Or has anyone resolved the scenario listed below?
The MySQL DB was created successfully using the provided script. web.config file was configured for MySQL DB.
However, Toems-UI returns error messages "Could Not Determine Database Version" and 'Unknown Error Obtaining Token"
Excerpt from Frontend.log indicates an issue with Microsoft.Web.Infrastructure.DLL , I confirmed the file exists in C:\Program Files\Theopenem\Toems-API\bin
LOG: Attempting download of new URL file:///C:/Program Files/Theopenem/Toems-API/bin/Microsoft.Web.Infrastructure.DLL.
WRN: Comparing the assembly name resulted in the mismatch: Major Version
ERR: Failed to complete setup of assembly (hr = 0x80131040). Probing terminated.
[FileLoadException: Could not load file or assembly 'Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)]
WebActivatorEx.ActivationManager.Run() +0
Thank you in advance for any help,
Jaime