Hi All,
We have developed SSIS packages using integration services .net 2005 version. This was working fine when called from asp.net 2005. The web application part has been upgraded to .net version 4.0, but the ssis package or sql server part is not. We get
the below error when we try to call the SSIS package developed in .net 2005 from the 4.0 upgraded web application. the ssis packages are placed in the file system path.
Error:
| |
| Failure Error Code: -1073450910 Description: System.Runtime.InteropServices.COMException (0x80133005): Creating an instance of the COM component with CLSID {A138CF39-2CAE-42C2-ADB3-022658D79F2F}
from the IClassFactory failed due to the following error: 80133005. at Microsoft.VisualBasic.Vsa.VsaEngine.CreateEngine() at Microsoft.VisualBasic.Vsa.VsaEngine.CheckEngine() at Microsoft.VisualBasic.Vsa.VsaEngine.set_RootMoniker(String value) at Microsoft.SqlServer.VSAHosting.Runtime.CreateVsaEngine()
at Microsoft.SqlServer.Dts.Pipeline.ScriptRuntime..ctor(String projectName, String moniker, String language, Boolean showErrorUI) at Microsoft.SqlServer.Dts.Pipeline.ScriptComponentHost.CreateUserComponent() Source: Import File Validation Task below assemblies are referrer in the web.config file: <add assembly="Microsoft.SqlServer.ManagedDTS, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"/> <add assembly="Microsoft.SqlServer.DTSRuntimeWrap, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"/>
any suggestions would be largely helpful. |
regards, Durga Charan K |