RobertNZana
asked on
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
If so, how do I install the DLL to the GAC on Windows Server 2008 Standard
Hi Robert, take a look at http://support.microsoft.com/kb/315682
ASKER
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.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
On the server it is in the Bin directory but it's not finding it.
It says that my references are 'not defined' because it can't find the dll.
It says that my references are 'not defined' because it can't find the dll.