George_91 0 Newbie Poster

I have an application, i'm using C# wtih asp.net
I need to generate reports with my database (mysql), so I downloaded Crystal Reports.

I'm trying to make the connection between Crystal Reports and my database, for that I've Add the User Data Source (MySQL ODBC 5.1 Driver) in the ODBC Data Source Administrator. That works fine, the Test Connection with my db is succesfull.

The problem is, that when I try to add the Data Source in Crystal Reports, I select the data source, fill the connection information and when I click FINISH, this error shows up:

ERROR [IM014] [Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application

What I've tried:
In the ODBC Data Source Administrator Properties, change the Target to C:\Windows\SysWOW64\odbcad32.exe instead of C:\Windows\System32\odbcad32.exe

I'm using VS2012