Work on deploying the application from my development window for the client. On the client, when I run exe, I get the error message "SQLNCLI10 provider is not registered on the local machine.
I am developing in SQL Server 2012. I tried installing sqlncli.msi on the target machine with no luck.
Can someone tell me which package I need to install on the client machine to make my application work? And if possible, specify the URL of the specified package?
Thank!
source
share