timeout on updating entity model
Posted by: gus legge
Date: October 13, 2009 05:00AM

I have a problem using MySQL Connector NET. I consistently get a time out error from visual studio when I try to generate an entity framework model with more then a small number of tables in it.

For a small number of tables the model is generated, for a larger number (above about 20) it fails with the error:

Error 7 An error occurred while executing the command definition. See the inner exception for details.
Fatal error encountered during command execution.
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.


Also note if I create less then 20 succesfully and try to add the tables one by one, I still get the time out problem.

I have tried increasing the timeout in the connection string (connection timeout=300000) but it has no effect.

Options: ReplyQuote


Subject
Written By
Posted
timeout on updating entity model
October 13, 2009 05:00AM


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.