Visual Studio error after trying to add new EDM

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
psYcon
Posts: 2
Joined: Wed 06 Aug 2008 21:11

Visual Studio error after trying to add new EDM

Post by psYcon » Wed 06 Aug 2008 21:22

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.

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Thu 07 Aug 2008 06:46

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.

psYcon
Posts: 2
Joined: Wed 06 Aug 2008 21:11

Post by psYcon » Fri 08 Aug 2008 14:27

you are correct. I had .net 3.5 sp1 installed but not visual studio sp1. works perfect now. Thanks!

Post Reply