2

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.

Danny Beckett
  • 20,529
  • 24
  • 107
  • 134
daniel
  • 1,929
  • 4
  • 14
  • 13

3 Answers3

1

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?

Biri
  • 7,101
  • 7
  • 38
  • 52
1

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

Zote
  • 5,343
  • 5
  • 41
  • 43
0

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.

Eivind Gussiås Løkseth
  • 1,862
  • 2
  • 21
  • 35