I had an old SQL Server 2000 BIDS project to update a database from a .csv file via theDTS. First I kind of upgraded to SQL Server 2005 BIDS. Then forVS2005, I created a SQL Server 2005 SSIS project
(i.e. migrate DTS 2000 package) to run this DTS project. Until now, with VS2008, I have no problem running this VS2005 SSIS project for this DTS 2000 package.
Now we have VS2010 and I have tried to run this VS2005 SSIS projectfrom VS2010. Opening this VS2005 SSIS project showed an error:
DTS 2000 Package project.dtproj cannot be opened because the .dtptoj project type is not supported by this version of the application.
What can I do to run this project in VS2010?
Thanks,
Jeffrey
Jeffrey