Narshe
Guest
|
Posted:
Wed Nov 02, 2005 5:51 pm Post subject:
dll used in webpart in GAC but not found |
|
|
I have a 3rd party dll eWorld.UI that has a few nice controls in it
that I'm using in a webpart. Locally everything is in the bin and works
fine, but on the servers everything is in the GAC.
I put the dll in the GAC and the page displays an error saying the dll
can't be found. I changed to reference type from local true to false,
rebuilt, then deployed and it still can't be found. If I copy it to the
sites bin, it works fine.
All my own dll's are put in the GAC and are found just fine, but this
one isn't found for some reason. It has a public key token, so it is
strong named (if it wasn't, I probably would have got a not safe
error).
What can I do to have this ddl work in the GAC? |
|