Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: SSIS 2005

    Error message is: Type 'MainPipe' is not defined.

    I've looked in the project references to try and add; and I can't find the Microsoft.SqlServer.DTSPipelineWrap.dll, let alone any Microsoft.SqlServer.????? references.

  • RE: SSIS 2005

    Here is the code, everything in it works except the declaration of the MainPipe variable.

    Imports System

    Imports System.Data

    Imports System.Math

    Imports System.Data.SqlClient

    Imports Microsoft.SqlServer.Dts.Runtime

    Imports Microsoft.SqlServer.Dts.Pipeline

    Imports Microsoft.SqlServer.Dts.Runtime.Wrapper

    Imports Microsoft.SqlServer.Dts.Pipeline.Wrapper

    Public Class ScriptMain

    Public Sub...

Viewing 2 posts - 1 through 2 (of 2 total)