Mysql with DotNet2.0 framework on 64 bit platform

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • CbMehta
    New Member
    • Jun 2007
    • 1

    Mysql with DotNet2.0 framework on 64 bit platform

    hello,

    i have 64 bit dell server machine with 64 bit 2003 server OS.
    i have installed 64 bit 2.0 DotNet framework

    my web application is developed on 32bit xp
    i connect mysql with Dotnet using ODBC3.51 driver
    it works fine
    but when run same app. on my server.
    error is driver/dsn not found.

    wht will next step so that my application will work on both system
  • Annath
    New Member
    • Jun 2007
    • 9

    #2
    You could try the MySQL Connector/NET. It seems to work on bot 64 and 32 bit processors, though I'm not sure.

    Comment

    Working...