I'm trying to deploy my web application onto the production server and tried to copy the Infragistics DLLs to the GAC but it's not copying.
The DLLs I'm copying from the dev machine is @
C:\Program Files (x86)\Infragistics\NetAdvantage 2010.3\ASP.NET\CLR4.0\Bin
Nothing copies when I drag & drop the DLLs into the GAC using Windows Explorer on the production server. I tried using gacutil and it give me an "Unknown Error". I am part of the Administrator group on the server so I should have the privs. I tried copying the 2009 v2 DLLs into the GAC and these copied just fine.
Am I doing something wrong? I've done this many times with previous versions of Infragistics CRL2 DLLs and did not have this problem.
Thanks,
John
Hello nguyenjn,what is your Operating System. Did you checked if you have .NET Framework 4.0 installed on it.
My dev environment is Win 7 x64. This is where I'm copying the Infragistic DLLs from. The production environment I'm trying to copy the DLLs to is WIndows Server 2003 R2. Yes, .NET Framework 4.0 is installed in both environments.