uwp + dapper + mysql = system.platformnotsupportedexception (only with release, debug is ok)

Christophe Lacaille 1 Reputation point
2021-03-30T12:41:58.3+00:00

Hi, I've created a uwp app in visual studio, 6 weeks of app building, app run without issue in debug mode in visual studio, but the final app crash with : system.platformnotsupportedexception I really don't wan't to reinvent the wheel (removing dapper and creating my own database access)

Universal Windows Platform (UWP)
{count} votes

1 answer

Sort by: Most helpful
  1. Christophe Lacaille 1 Reputation point
    2021-03-31T12:01:14.037+00:00

    @Ivanich : you're right

    i replaced the official mysql connector (Mysql.Data by oracle) with MysqlConnector (Bradley Grainger, Caleb Lloyd), and it's finally working.

    0 comments No comments