VS2010 crashes on connection
I am trying to perform the simple task of creating an ADO.Net entity Data Model of an existing database, however I cannot even get past the step of Database Connection.
Every time I attempt to test the connection Visual Studio closes without any details as to the error.
I am using:
VS2010 10.0.40219.1 SP1Rel
.NET 4.0.30319 SP1Rel
Oracle 11g client (11.2)
ODAC 11.2.0.2.40 Beta 2 (The only ODAC I could find supporting .Net Entity Framework)
I have followed the instructions as given in: http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/dotnet/EntityFrameworkOBE/EntityFrameworkOBE.htm
Any help with this issue will be greatly appreciated.
Thanks