about 2 days ago - No comments
MySQL Connector/Net 6.3.3, a new version of the all-managed .NET driver for MySQL has been released. This is a beta release and is intended to introduce you to the new features and enhancements we are planning. This release should not be used in a production environment. It is now available in More >
about 1 month ago - 14 comments
Sorry for this not getting out sooner. Connector/Net 6.3.2 was released several days ago but somehow the release announcement was never made.
MySQL Connector/Net 6.3.2, a new version of the all-managed .NET driver for MySQL has been released. This is a beta release and is intended to introduce you to the new features and enhancements we are planning. More >
about 3 months ago - No comments
MySQL Connector/Net 6.1.4, a new version of the all-managed .NET driver for MySQL has been released. This is our latest GA release and is suitable for use in all scenarios against servers ranging from version 4.1 to 5.5!
It is now available in source and binary form from [http://dev.mysql.com/downloads/connector/net/6.1.html] and mirror sites (note that not all More >
about 3 months ago - No comments
MySQL Connector/Net 6.0.6, a new version of the all-managed .NET driver for MySQL has been released. This is a maintenance release and is approved for use in all situations.
It is now available in source and binary form from [http://dev.mysql.com/downloads/connector/net/6.0.html] and mirror sites (note that not all mirror sites may be up to date at this point of time - More >
about 4 months ago - 17 comments
MySQL Connector/Net 6.3.1, a new version of the all-managed .NET driver
for MySQL has been released. This is an alpha release and is intended to
introduce you to the new features and enhancements we are planning. This
release should not be used in a production environment.
It is now available in source and binary form from
[http://dev.mysql.com/downloads/connector/net/6.3.html] and mirror sites
(note More >
about 5 months ago - No comments
I recently encountered a problem with custom installers and .NET 4. If you are using an Installer-derived class in an assembly that allows partially trusted callers then you may see this when you attempt to install with InstallUtil:
Inheritance security rules violated by type: ‘Class’. Derived types must either match the security accessibility More >
about 5 months ago
I am trying to install this on VS2010 RC, Windows XP
The installer runs almost to completion, and when it says it is registering the provider in machine.config it stalls, then it rolls back and says it failed due to “an error”.
Is there any log file it produces I can send you to help diagnose it?
about 5 months ago
Sure. Rerun the install from the command line with the following command line
msiexec /l* install.log /i mysql.data.msi
Once it fails and exits, then email me install.log
about 5 months ago
i don’t have your email address…
these seem to be the relevant error lines:
Property(S): ProductToBeRegistered = 1
Action ended 11:11:24: ExecuteAction. Return value 3.
Action 11:11:24: FatalError.
Action start 11:11:24: FatalError.
Action 11:11:24: FatalError. Dialog created
Action ended 11:11:25: FatalError. Return value 2.
Action ended 11:11:25: INSTALL. Return value 3.
Property(C): NETFRAMEWORK20 = #1
about 5 months ago
about 5 months ago
Here’s the log file:
http://pastebin.com/m24b095dc
about 5 months ago
Also having installation problems here with .NET Connector 6.3
Let me know if there’s any debugging I could help with.
Log file can be found at the following link (raw text):
http://marcos.metx.net/install.log
about 5 months ago
How is your system setup? What OS and what is installed?
about 5 months ago
I’ have the same problem too, any clue to fix it? or in how much time MySql crew can fix it?
about 5 months ago
Luis, How is your system setup? What OS and what is installed?
about 4 months ago
hi reggie, after all thanks for help
im on Windows 7 32bit
Visual Studio 2010
need more info???
about 5 months ago
Same problem….any fix on the way?
about 5 months ago
Yes, I am working on reproducing and a fix. Should be out on Monday
about 5 months ago
Brad, How is your system setup? What OS and what is installed?
about 4 months ago
I got the exactly same error log file as #5 and #6. I tried to install this on my 32 bit XP Virtual PC with Vistaul 2010. Of course, the host is 64 bit Windows 7 and the same installation file is working on my 64 bit Windowns 7 with VS2008 SP1 only, no beta or RC software installed.
about 4 months ago
I just pushed a fix for this.
about 2 months ago
Dear Reggie,
With the new version will I be able to run multiple different transaction even distributed transaction is it? Thank you.
about 1 month ago
We don’t yet support transactions across multiple connections or multiple databases.