How do I use SQLAnywhere in PowerShell? When I try to |
Found the answer: When you install SQL Anywhere 17, the assemblies are automatically registered in the GAC. To load the assembly you need to do |
I guess your GAC doesn't have this assembly: https://www.nuget.org/packages/EntityFramework/5.0.0
Is there a portable solution that does not require tinkering with the GAC?