Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

Using C# to Deploy the packages from client to Server

$
0
0

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.



Viewing all articles
Browse latest Browse all 24688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>