Unable to access Caché Data Source with Entity Framework and Visual Studio 2017
I tried to access Caché using ADO.NET. This works fine but when I want to use Entity Framework, I can't access the Caché Data Source.
I'm using Visual Studio 2017, and followed the procedure described in Caché documentation.
(This document has been written regarding VS2013)
Did some meet the same problem ?
Thanks in advance.
Any luck with this yet?
No ... it works fine with Visual Studio 2013 but no access with 2017
What provider are you using?
If you are using the Cache EF provider, you could try to instead use the SqlClient provider with Cache as an ODBC data source.
And what is the issue you are seeing? Is there an error message?