No option to set the server or any other details for the database.
Am I missing something, I am very new to this.
Thanks
I'm using Visual Web developer 2010, and installed devart's dotConnect for Oracle trial version. I don't see the Devart LinqConnect model when I select add new item on the solution. I tried with Visual C# developer also with no luck.AndreyR wrote:To add a Devart Entity model (or Devart LinqConnect model) right-click on the project in the Solution Explorer window, choose the Add New Item... option, select the Devart Entity (Devart LinqConnect model) model.
If you want to create a model from database, choose Database First. On the next screen you can see a window to specify the necessary credentials.
If you want to use the Model First approach, you don't need to specify any credentials before the model is created. Design your model, and then run the Update to Database wizard, it will prompt you to enter the credentials. As an alternative, you can go to Database Explorer and specify the connection information after the model is created.