Hi,

I want to execute a ssis package from vb.net application.

I am getting the following error while calling a ssis package from vb.net application.

The specified package could not be loaded from the SQL Server database

ssis package is working fine from BIDS as well as from SQL Server Management Studio (SSMS).

Package is deployed to the File System of SSMS.

I am using the following code.

Code:

app.LoadFromSqlServer("\\MData_import", "70.50.30.891\SQL2005", Nothing, Nothing, Nothing)

where app is the Microsoft.SqlServer.Dts.Runtime.Application object and MData_import is the package name.

There is no password set for the package.

Please help me to resolve my issue.
Thanks in advance.