c# - MySql Database connection in Universal Windows Platform application -


so have been trying mysql connection work in universal windows platform have not been successful. first issue was unable connector work because made for.netcore rather than.netframework. have found 1 getting issue needs have reference system.data version 2.0.0.0, however, uwp have version of system.data in core reference when reference system.data version 2.0.0.0 throws error 'reference type 'component' claims defined in 'system', not found ' sure next, in advance help!

you should able utilise runtime version of mysql library mysql.data.rt.dll make connections , database.

with winrt being based on .net core instead of full framework, lose features moving full assembly rt version such load balancing - these documented here: https://dev.mysql.com/doc/connector-net/en/connector-net-rt.html

let me know if need more assistance


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -