Re: Is there a 64-bit .net connector?
Posted by: Fernando Gonzalez
Date: April 16, 2012 01:45PM

Hi David,

The Connector/NET installer is a 32bit binary, it can however, run in 64bit Windows. As for the The Connector/NET binaries themselves, they are built with platform "Any CPU", so you can use them in both 32 bit .NET apps & 64 bit .NET apps.

For example, using corflags with MySql.Data.dll from 6.5.4 you get:

Microsoft (R) .NET Framework CorFlags Conversion Tool. Version 4.0.30319.1
Copyright (c) Microsoft Corporation. All rights reserved.

Version : v4.0.30319
CLR Header: 2.5
PE : PE32
CorFlags : 9
ILONLY : 1
32BIT : 0
Signed : 1

(32BIT flag is off).

Thanks.

Options: ReplyQuote


Subject
Written By
Posted
Re: Is there a 64-bit .net connector?
April 16, 2012 01:45PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.