Viewing 5 posts - 1 through 6 (of 6 total)
I have tried above thing but I am getting following error:
when I compile my application I get following errors:
Error Code :-1073450910
Sub Component :- Script Component [43]
Description :- System.NullReferenceException: Object reference...
August 20, 2007 at 8:00 am
I have added Row Count Component to my package by following code.
Dim DFTransform As IDTSComponentMetaData90
DFTransform = DTP.ComponentMetaDataCollection.New()
DFTransform.ComponentClassID =
"DTSTransform.RowCount"
DFTransform.Name =...
July 16, 2007 at 6:43 am
Thanks for reply.
But I have searched a lot but I can't find the way, how to use row number component progammatically and bind it with TaskHost.
Can you please give me...
July 14, 2007 at 1:39 am
It worked now.
I was using 64 bit computer and 64 bit computer doesn't register Jet Provider 4.0. So need to run in x86 mode.
July 9, 2007 at 3:48 am
This is also giving the same error. Error on AcquireConnection.
July 9, 2007 at 12:41 am
Viewing 5 posts - 1 through 6 (of 6 total)