Page 1 of 1

Visual Studio error after trying to add new EDM

Posted: Wed 06 Aug 2008 21:22
by psYcon
I made a new web application, and when I tried to add a new ADO.NET Entity Data Model, it brought up the wizard. After making a new connection using OraDirect provider, I tested the connection, it said ok. Then I choose the connection string open "Yes, include the sensitive data in the connection string" , and click Next. It shows this error:
An error occurred while connecting to the database. The database may be unavailable. The error message is : 'Catalog' is not a member of type Store.Table' in the currently loaded schemas., near multipart identifier, line 3, column 14.

Posted: Thu 07 Aug 2008 06:46
by AndreyR
Please ensure that you have .NET Framework 3.5 SP1 Beta and Visual Studio 2008 Service Pack 1 Beta.
Also please specify your OraDirect .NET version.

Posted: Fri 08 Aug 2008 14:27
by psYcon
you are correct. I had .net 3.5 sp1 installed but not visual studio sp1. works perfect now. Thanks!