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

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -