I am using Entity Framework in my projects. First I do the following:
- Start Visual Studio
- Select Project >> Add New Items >> Ado.Net Entity Data Model
- Select Generate From Database and Next
- Click New Connection Button And Connect To Oracle
- Connect
- Finish
Then I Disconnect From Oracle Server:
- In Visual Studio
- Project >> Add New Items >> Ado.Net Entity Data Model
- Select Generate From Database and Next
Then the Oracle Connection Wizard opened automatically, and I closed the connection dialog box, and the Entity Framework Wizard closed immediately. I cannot connect to any server after this step.