Reputation: 1919
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
Reputation: 1886
I had the same issue and did the following:
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
Reputation: 5379
try to install lastest build of SA. And you need to install it after SP1.
Upvotes: 1
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