daniel
daniel

Reputation: 1919

SQL Anywhere 11 (Sybase) with Entity Framework in Visual Studio SP1?

Well, the question is pretty much in the title. I've just installed Visual Studio SP1, and now when I want to import a Entity Model from a database, it doesn't display the SQL Anywhere provider anymore.

Does anyone know if there is a patch or some way to make it work with SP1?

Thanks.

Upvotes: 2

Views: 1621

Answers (3)

I had the same issue and did the following:

  1. Control Panel -> Uninstall a program
  2. Selected SQL Anywhere 12 - Client an clicked Repair. This made me unable to connect to any database from Sybase Central with an error message about JDBC.
  3. Selected SQL Anywhere 12 and clicked Repair.

After that the provider showed up in Visual Studio and I was able to create a new connection to create an Entity Framework model.

Upvotes: 0

Zote
Zote

Reputation: 5379

try to install lastest build of SA. And you need to install it after SP1.

Upvotes: 1

Biri
Biri

Reputation: 7181

There is a post on the ASP.NET Team blog that it will be available in Q3-Q4 of 2008. So I guess SP1 does need a new version of SQL Anywhere component.

Did you try to reinstall the integration component just in case?

Upvotes: 1

Related Questions