Search code examples
c#.netsql-servergac

microsoft.sqlserver.dmf needs to be installed in the GAC


Today I created a console application that generates an SQL script and uploads it via sftp. All works great when on my local computer. The issue is when I try and install it on the server i get an error that says:

Error

Can anyone help me to fix this issue? How can I install the application on the server.


Solution

  • Looks like you just need to install the SQL Server client tools SDK on the target machine...