Hello.
We're upgrading to Windows 2008 Server (IIS 7) and I'm trying to install the IG components into the GAC.
I've downloaded and installed the Windows 2008 and .Net SDK.
I still cannot get these components installed. I ran gacutil.exe (from the SDK), the show up in Explorer (C:\Windows\assembly) but my web app still doesn't see them.
Does anyone know how to do this on Win 2008 Server (IIS 7)?
Thanks in advance,
Mike
HI,
I am assuming you are deploying an application.
Do you have Admin rights? and write capablity to the Gac folder?
As a workaround you could copy the Infragistics DLL's into the bin directory of the application.
Here is link from MSDN that may be helpful to you/
http://social.msdn.microsoft.com/Forums/en-US/netfxsetup/thread/1c3ab849-84a0-4eb7-8c3b-b01fbca825a3/
Hi, M. Thanks for responding.
Yes, I have Admin authority. It's an Intranet site/computer.
I meant to reply to my own message because I figured it out.
Oddly enough I was able just to copy/paste the binaries with Explorer. I had to paste into the content pane (I couldn't paste it into the directory name directly).I don't remember having this functionality with previous versions of Windows. Perhaps it's new.
Thanks again,