Converting the project for SQL Server 2005
description
I'm trying to convert this project for the related use in SQL Server 2005.
I'm using VSTO 2008. I have modified "100" with "90".
In the SharePointListSource.cs I have an errore on row 378, statement dtsColumnMeta.MappedColumnID = dtsColumn.ID;.
DtsColumnMeta is defined ad IDTSExternalMetadataColumn. The error is about MappedColumnID.
I haven't anything online about this issue. How can I solve it? Thanks