I am trying to execute an ssis package from a web application. The web app is built using asp.net 2.0 and vb as programming language. This is working fine in a machine however when i am trying to do the same in a different machine I am getting an error.The error message is given below:
Namespace or type specified in the Imports 'Microsoft.SqlServer.ManagedDTS' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at leastone public member. Make sure the imported element name doesn't use any aliases.
This error is occurring when I am trying to import the dll.
Any help in this regard is much appriciated.