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 that not all mirror sites may be up to date at this point of time
- if you can't find this version on some mirror, please try again later
or choose another download site.)
New features or changes:
- Visual Studio 2010 RC support
- Nested transaction scope support
What we know may be broken
- Documentation is not updated yet and is not integrated into VS 2010
- Data editing view (in VS) does not function in this build
Please let us know what else we broke and how we can make it better!
I am trying to install this on VS2010 RC, Windows XP
ReplyDeleteThe 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?
Sure. Rerun the install from the command line with the following command line
ReplyDeletemsiexec /l* install.log /i mysql.data.msi
Once it fails and exits, then email me install.log
i don't have your email address...
ReplyDeletethese 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
Here's the log file:
ReplyDeletehttp://pastebin.com/m24b095dc
Also having installation problems here with .NET Connector 6.3
ReplyDeleteLet 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
I' have the same problem too, any clue to fix it? or in how much time MySql crew can fix it?
ReplyDeleteSame problem....any fix on the way?
ReplyDeleteYes, I am working on reproducing and a fix. Should be out on Monday
ReplyDeleteBrad, How is your system setup? What OS and what is installed?
ReplyDeleteLuis, How is your system setup? What OS and what is installed?
ReplyDeleteHow is your system setup? What OS and what is installed?
ReplyDeletehi reggie, after all thanks for help :D
ReplyDeleteim on Windows 7 32bit
Visual Studio 2010
need more info???
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.
ReplyDeleteI just pushed a fix for this.
ReplyDeleteDear Reggie,
ReplyDeleteWith the new version will I be able to run multiple different transaction even distributed transaction is it? Thank you.
We don't yet support transactions across multiple connections or multiple databases.
ReplyDelete