Hi all ,
I have a console application which uses SSIS component implemented in v 2.0 . I am opening it using VS 2010 keeping version same. SQL 2008 is installed on this box.
Application has reference to Microsoft.SqlServer.DtsRunTimeWrap from location
C:\Program Files (x86)\Microsoft SQL Server\100\SDK\Assemblies.
When application is opened first time Package class is used in one of code files without any refrence issues.
But once i start compiling , package class starts giving reference issue saying that "Package Does not exist in given namespace".
It is bit strange . Also one of my team member has SQL 2005 installed . When application is opened on that machine , it is referenced from
C:\Program Files (x86)\Microsoft SQL Server\90\SDK\Assemblies. And application compiles.
Does it make any difference with DLL refrenced from 90 or 100 folder ?
Any help will be really appreciated .
Thanks
Siddhesh
Siddhesh Sawant