Vb6 Missing Microsoft Dts Package Object Library

  1. Vb6 Missing Microsoft Dts Package Object Library Download
  2. Microsoft Vb6 Runtime
  3. Vb6 Missing Microsoft Dts Package Object Library Free

@bibadia: That is important to be aware of, and I don't know the answer to that. I just tested adding a form and removing one, and at least no additional checked library appeared other than the 'Forms' library we were interested in. But, as you're implying, that doesn't mean some other unchecked.dll wasn't added farther down the list, which would be more difficult to see of course. Unless, of course, it's a Microsoft control, in which case you'll get something more helpful like 'Application-defined or object-defined error' or 'ActiveX Control can't create object.' In any case, you'll need to get the newer version of the control and replace the old one.

'DTS.Package' is not defined.

Oct 03, 2012 05:02 AM|Kenny_I|LINK

I have custom web application built with VS2005 and .Net framework 2.0. It can be built with VS and application works fine. The application has used SQL Server 2008 R2 in past and also in future. Our application should run SSIS via web application. VS2005 is installed to different windows server than the following scenario.

I have now converted with Wizard the application to VS2010 and .Net framework 4.0. I get now errors related to DTS: I don't find such file when checking whare referenced can be added. What should I do? Anything file missing that I should add to the VS project or the server?

ERROR:

Type 'DTS.Package' is not defined. 'DTS' is not declared. It may be inaccessible due to its protection level.

CODE:

Vb6 Missing Microsoft Dts Package Object Library Download

Option Strict On

Imports System.Data.SqlClient

Imports Microsoft.SqlServer.Dts.Runtime

Partial Public Class LoadData Inherits System.Web.UI.Page

Download

Public WithEvents mobjPkgEvents As DTS.Package

Public goPackageOld As New DTS.Package 'ERROR= 'DTS.Package' is not defined

Microsoft

Microsoft Vb6 Runtime

Public goPackage As DTS.Package2 'ERROR= 'DTS.Package2' is not defined

Vb6 Missing Microsoft Dts Package Object Library

Contents of BIN folder:

Interop.DTS.dll (dated with 17.6.2010)

Vb6 Missing Microsoft Dts Package Object Library Free

Microsoft.SqlServer.DTS.RuntimeWrap.dll (dated with 14.10.2005)

SSIS in my machine:

SQL Server 2008R2 SSIS is installed.