Hi experts,
I wonder if anybody can give me an idea how to get rid of this issue.
Once I try to rebuild the project, it last for a while but at the end send me this error:
Applied active configuration to 'Project.params'.
Error : System.ArgumentException: Value does not fall within the expected range.
at Microsoft.SqlServer.Dts.Runtime.Interop.ProjectInterop.ReferencePackage(Package package, String packageLocation)
at Microsoft.SqlServer.Dts.Runtime.PackageItem.Load(IDTSEvents events)
at Microsoft.SqlServer.Dts.Runtime.PackageItem.get_Package()
at Microsoft.DataTransformationServices.Project.DataTransformationsProjectBuilder.IncrementalBuildThroughObj(IOutputWindow outputWindow)
at Microsoft.DataTransformationServices.Project.DataTransformationsProjectBuilder.BuildIncremental(IOutputWindow outputWindow)
Build complete -- 1 errors, 0 warnings
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
Is there anyway I can resolve this issue?
Thanks a lot in advanced.