Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 [Script Component [245]] Error: System.IO.FileNotF

Author  Topic 

Harris00
Starting Member

19 Posts

Posted - 2009-03-05 : 13:49:22
Hello

I am getting below error in my data flow task that reads from sql server and uses script component as destination and in my script component i added some references that are specific to the application but it seems like the it is not finding files, how could i make it recognize these files.

[Script Component [245]] Error: System.IO.FileNotFoundException: Could not load file or assembly 'jMultiTier, Version=1.0.3308.25298,
Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. File name:
'jMultiTier, Version=1.0.3308.25298, Culture=neutral, PublicKeyToken=null'

any input is really appreciated

regards

vijayisonly
Master Smack Fu Yak Hacker

1836 Posts

Posted - 2009-03-05 : 15:44:46
Can you give us more information about how you are reading the file in the script component? May be the code snippet or something.
Go to Top of Page
   

- Advertisement -