c# - SSIS 2012 - Impossible to use a custom dll -


i'm trying use custom .net dll i've developed using visual studio 2012. i've installed dll in gac folder no issue. i'm using script task object. when i'm trying instantiate class dll, i'm getting error saying it's impossible load script... here's blocking line :

    amadeuswebservices.queries q = new amadeuswebservices.queries(); 

i don't understand should do... version of .net framework used dll 4.0 version think there not issue that...

please help! !

edit : error message generic ... :

ssis dts script task has encountered exception in user code cannot load script execution

nothing more.


Comments

Popular posts from this blog

javascript - How to process users in one specific order using map o each function? -

java - Two interface have same method name with different return type -

javascript - Linking from page A to a specific iframe on page B -