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
 Development Tools
 ASP.NET
 Integration Services

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2006-01-13 : 08:50:46
Dan writes "Hi, I am trying to reference a .NET assembly from a script task. I get the following error.

Validation error. Data Flow Task: Script Component [1]: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileNotFoundException: Could not load file or assembly 'TestUtility, Version=1.0.0.0, Culture=neutral, PublicKeyToken=2113651c951310ab' or one of its dependencies. The system cannot find the file specified. File name: 'TestUtility, Version=1.0.0.0, Culture=neutral, PublicKeyToken=2113651c951310ab'

Does the assembly have to be in the GAC?

Thanks,

Dan"
   

- Advertisement -