x64 Target Application

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
captaincrash
Posts: 10
Joined: Wed 22 Jun 2011 17:18

x64 Target Application

Post by captaincrash » Wed 22 Jun 2011 17:25

Hello, hopefully an easy question...

I recently bought dotConnect for MySQL to build an MVC3 app. which is targetted at Win 2008 R2 (x64) - does a 64bit version of the library exist or am I stuck with running under WOW64?

Thanks.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Thu 23 Jun 2011 09:03

dotConnect for MySQL assemblies are built with the /platform:anycpu option. So, you can use provider's assemblies on any platform (x86, Itanium, x64). For more information, refer to http://msdn.microsoft.com/en-us/library/zekwfyz4.aspx.

captaincrash
Posts: 10
Joined: Wed 22 Jun 2011 17:18

Post by captaincrash » Fri 24 Jun 2011 12:27

OK, thanks for clearing that up!

Post Reply