As the title suggesting, I've been doing some research on the cause of this error. Then I saw this which primarily suggesting that it is most likely related to license number. However, at the very bottom there was a reply suggesting that calling dispose() for connection object would also be a solution. Is this true?
Note: we are using Entity Framework 4.0 and SQLAnywhere 16
Update: I've found this article which seems to be suggesting that calling dispose does not have any impact on user connection. Any thoughts? Thanks much!