Unable to use MembershipProvider with 6.6.4 (1 reply)
Hello, I am using .NetConnector 6.4.3 from last 6-7 months, its working fine, I tried the 6.6.4 today with same configuration, there are no error with database access but I am unable to logon, it...
View ArticleMySQL Connector/Net 6.6 GA has been released (no replies)
MySQL Connector/Net 6.6, a new version of the all-managed .NET driver for MySQL has been released. This is the GA intended to introduce users to the new features in the release. This release is...
View ArticleHow To: Guide to build an MVC 3 application using Entity Framework and...
A new post in our blog has been published about how to start building MVC 3 applications using Entity Framework and Connector/Net. How To: Guide to build an MVC 3 application using Entity Framework...
View ArticleTrace My SQL Command (no replies)
Hi, I would like to Trace My Update SQL before sending it to the database, for this purpose I wrote like this. But it gives null value. How Can I achieve this. Please help me. C# Code private void...
View ArticleVisual Studio 2012 .Net stored procedures not visible (no replies)
I have added the .Net connector to my Visual Studio 2012 (Pro) enviornment and am able to connect to MySQL ok and view tables. However, I am unable to see Stored Procedures and Stored Functions from...
View ArticleUpgrading MySQL Connector/Net (no replies)
I am trying to publish a website with our hosting provider. I am getting an error due to the fact that they only allow a medium trust and the MySQL Connector/Net that I am using requires reflection to...
View ArticleDeployment problem (no replies)
I want to deploy (click once) an .net / entityframework application without requiring the user to install the .net connector package on the target machine first. Searching the web tells me that this...
View ArticleApplication trust level exception (no replies)
Hi, after I included MySql connector .net 6.5.4 into my application I started to get the following exception when deployed application to the server: Security Exception Description: The application...
View ArticleMySQL Connector/Net 6.4.6 Maintenance Release has been released (no replies)
MySQL Connector/Net 6.4.6, a new version of the all-managed .NET driver for MySQL has been released. This is a maintenance release and is recommended for use in production environments. It is...
View ArticleMVC not returning data (no replies)
Just started revisiting MVC and am going through the apress book "Pro ASP.NET MVC 2 Framework" before looking at MVC 4. I decided to try the SportStore example using MySQL instead of SQLServer and...
View ArticleMembership Provider - Updating the same row cause deadlock (2 replies)
I have 2 location in my web application that updating the tables: 'my_aspnet_membership', 'my_aspnet_users'. The updates run on separate threads and cause deadlock. The updates are part of 2 functions...
View ArticleNeed help understanding my.ini files (3 replies)
I am trying to understand my.ini files and how to force MySQL to look at specific directories for databases. I've had MySql on our server for several versions. Most recent was 5.5. I just upgraded to...
View ArticleStored procedure from .NET: MySQLParameters without names (1 reply)
Hello! Is it possible to call a stored procedure from .NET sending in parameters with no names? Example: Do this: object name = "carlos"; command.Parameters.Add(name); object pass= "1234";...
View ArticleMySQL Connector/Net 6.5.5 Maintenance Release has been released (no replies)
MySQL Connector/Net 6.5.5, a new maintenance release of our 6.5 series, has been released. This release is GA quality and is appropriate for use in production environments. Please note that 6.6 is our...
View Article.NET Connector 6.6.4 does not work with VS2012 Express for Web (1 reply)
Hi, I've installed VS2012 Express for Web and the 6.6.4 Connector. Unfortunately the MySQL connector does not appear in the database explorer. Am I missing something ? I'm running a Windows 7 64bit...
View Articlefasr insert (2 replies)
Hi to all. i am insertin large number of rows into a mysql database from my .net app. i am using a for loop for inserting the rows cmd.Parameters.Add("@product_id", MySqlDbType.Int32);...
View ArticleHourly data sync from local MSSQL 2005 to AWS mySQL (no replies)
We have a local membership database on MSSQL 2005 that needs to update the AWS mySQL DB hourly. Historically we've done this with an SSIS package and a "Data Flow Task" I'd think that we could...
View ArticleHow to DVD to iTunes Mac? (no replies)
The closest thing we have to a universal content source is iTunes, where many many movies are available for purchase or rental, and where you're probably already keeping your music anyway. But many...
View ArticleProblems off connection vb.net application(client poste) and Mysql server (no...
I want to install Mysql database in a server and my vb.net application in client post and for to establish the connection I had imported the mysql.data.Mysqlclient dll and I don't use the ODBC...
View Article