Deployment in Windows Forms Controls
15 Jun 20211 minute to read
Copy Local
Copying assembly in local folder is supported by the Syncfusion assembly reference in the Solutions Explorer. It can be achieved by setting its Copy Local property of the reference to True
. So, that the Syncfusion assemblies are copied to the Release/Bin, Debug/Bin folders. This deployment consists of copying the EXE, assembly and XML files to the client machines similar to that of manual copy.
GAC
Through Syncfusion installer, Syncfusion assemblies are installed in the GAC of the developer machines. Also Syncfusion’s AssemblyManager helps to add or remove the Syncfusion assemblies to or from GAC.
Installed Location
The following table represents Assemblies/ Samples and its installed location
Assemblies / Samples | Installed location |
---|---|
GAC | C:\Windows\Microsoft.NET\assembly\GAC_MSIL |
Assemblies | C:\Program Files (x86)\Syncfusion\Essential Studio\Windows\27.2.2\Assemblies |
Precompiled Assemblies | C:\Program Files (x86)\Syncfusion\Essential Studio\Windows\27.2.2\precompiledassemblies |
Samples | C:\Users\Public\Documents\Syncfusion\Windows\27.2.2 |
NOTE
In above section, Latest Essential Studio version details has been provided. User can refer installed Essential Studio version instead of mentioned version.