i'm trying to use ado net entity framework 4 with visual studio 2010, but i'm having some issues. i've created a data connection to a remote sql server, and now i'm trying to create a data model, the wizard goes ok, up until the ending part when i'm presented with the following error:
Quote
Unable to generate the model because of the following exception: 'An error occurred while executing the command definition. See the inner exception for details.
A transport-level error has occurred when sending the request to the server. (provider: TCP Provider, error: 0 - An established connection was aborted by the software in your host machine.)
'.
i've checked and remoting is working. i can browse the database using visual studio, but the model isn't configured. i've tried refreshing the model from database and the same problem occurs.
can anyone give some pointers on how to create the model without any issues?
thanks in advance






