Page 1 of 1

x64 Target Application

Posted: Wed 22 Jun 2011 17:25
by captaincrash
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.

Posted: Thu 23 Jun 2011 09:03
by Shalex
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.

Posted: Fri 24 Jun 2011 12:27
by captaincrash
OK, thanks for clearing that up!