Link to home
Create AccountLog in
Avatar of RobertNZana
RobertNZanaFlag for United States of America

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
Avatar of Hairbrush
Hairbrush
Flag of Jersey image

Hi Robert, take a look at http://support.microsoft.com/kb/315682
Avatar of RobertNZana

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
Avatar of Hairbrush
Hairbrush
Flag of Jersey image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
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.