Adding dll to website and publishing it on server
Hello
I'm adding a third party component to my webpage. On my computer it works fine, but when deploying it on my server, I get the following error:
Could not load file or assembly 'xxxx' or one of its dependencies. The system cannot find the file specified.
I copied the corresponding dll to the bin folder. What's wrong? How do I fix this? Do I have to install the DLL on the server? I have a shared server.
Thanks.
Alexander Avidan
|