I'm having the following error while posting to the Windows store (microsoft).
API CreateFileW in kernel32.dll is not supported for this application type. MySql.Data.dll calls this API.
API MapViewOfFile in kernel32.dll is not supported for this application type. MySql.Data.dll calls this API.
API OpenFileMappingW in kernel32.dll is not supported for this application type. MySql.Data.dll calls this API.
API AcquireCredentialsHandleW in secur32.dll is not supported for this application type. MySql.Data.dll calls this API.
API CompleteAuthToken in secur32.dll is not supported for this application type. MySql.Data.dll calls this API.
API DeleteSecurityContext in secur32.dll is not supported for this application type. MySql.Data.dll calls this API.
API FreeCredentialsHandle in secur32.dll is not supported for this application type. MySql.Data.dll calls this API.
API InitializeSecurityContextW in secur32.dll is not supported for this application type. MySql.Data.dll calls this API.
API QueryContextAttributesW in secur32.dll is not supported for this application type. MySql.Data.dll calls this API.
The error is pretty self-explanatory - the APIs used by MySQL.Data.Dll
are not supported for UWP.
You have a few options if you want to publish to the Microsoft Store: