views:

41

answers:

0

From a script task in a SSIS-package I am calling a method in a DLL that uses Entity Framework. And when I´m debugging it stops in the DLL.

Error message: "The specified named connection is either not found in the configuration, not intended to be used with the EntityClient provider, or not valid"

I had this error before, when I used the DLL from a website, but then I copied the Entity Framework Model Connection to the web.config, and it worked just fine.

What do I have to do in my script task in SSIS? Is this possible?