[DevExpress Support Team: CLONED FROM Q272041: Install DevExpress Assemblies to the GAC]
Hello Mike,
I have v.15.1 and I use Website Project. When the DexExpress assemblies are in the application \bin folder on the prod. server (Windows Server 2008 R2), the site works.
As I will need more sites using DexExpress assemblies, I want to deploy all of them (excl. Design) to the GAC on the server.
But …
- under C:\windows\assembly there are multiple folders: GAC, GAC_32, GAC_64, GAC_MSIL, NativeImages_v4.0.30319_32, NativeImages_v4.0.30319_64… In which of them our assemblies shall be copied?
- in these folders, the DLLs are not placed as I see them on my dev.PC :
2.1 the DLLs are not in - in %\DevExpressInstallationPath\Components\Sources, but in %\DevExpressInstallationPath\Components\Bin\Framework\ - I decided to see my GAC on the dev.machine (Windows 7) and copy them in the same structure on the server.
So I copied all FOLDERS starting with DevExpress*
from c:\Windows\assembly\NativeImages_v4.0.30319_32\ (the developer PC)
to c:\Windows\assembly\NativeImages_v4.0.30319_32\ (the server)
and deleted the assemblies from the %application folder%\bin on the server
but I am getting this error:
Could not load file or assembly 'DevExpress.Charts.v15.1.Core, Version=15.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' or one of its dependencies. The system cannot find the file specified.
Can you help, please?