Hi All,
We have a solution to deploy our packages from a client to our server. The client did not install the SQL server.
When build the code in client, there is a error show up. The code for using and error log is below:
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Configuration.Install;
using System.Linq;
using System.Data.SqlClient;
using System.Windows.Forms;
using System.Reflection;
using System.IO;
using Microsoft.SqlServer.Dts.Runtime;
using System.Diagnostics;
ERROR log:
ERROR: File 'Microsoft.SqlServer.DTSRuntimeWrap.dll' targeting 'AMD64' is not compatible with the project's target platform 'x86'
Is there anyone who have the solution here? Thanks a lot.