How install DLL to GAC on Windows Server 2008 Standard
On my dev machine running the ASP.NET website runs fine! When I deploy it to the server I'm getting errors on lines related to function calls in my DLL. I assume it's because the DLL is in bin, not the GAC.
If so, how do I install the DLL to the GAC on Windows Server 2008 Standard
Doesnt really help me. I have a DLL that is from Chase (for credit card processing) not one I wrote. They have an SDK EXE which I ran on the server and this seemed to install it in the windows\assemblies dir but the website still cant find the DLL.