I'm having issues with registering the correct EF6 provider for SQL Anywhere. I keep getting the following exception:
I have removed all references to |
When are you seeing this exception? Is it while you were running SetupVSPackage.exe utility? If so, for EF6 you have to use an additional "/v EF6" switch when you run that. This is covered in the ReadMe file that accompanies the latest patches for 16.0.0. Unforturnately it is not captured in DCX for that version. If not then know exactly when you hit this would be important to detail. See the readme or the equivalent section from the version 17 DCX links on this. The general .Net Deployment article covers this and it is spelled out more explicitly in each of the various Code-/Model-/Database-First articles you can find there. 1
Hi Nick, "/v EF6" did the trick. It's not very well documented, most resources I've found say "/v 6" but that is apparently incorrect. Thanks for your help!
(21 Mar '16, 18:57)
rlenders
|