Spread ASP.NET 6.0 Product Documentation
Copying Shared Assemblies to Local Folder
Send Feedback
Spread ASP.NET 6.0 Product Documentation > Developer's Guide > Getting Started > Working with the Component > Copying Shared Assemblies to Local Folder

Glossary Item Box

FarPoint.CalcEngine.dll, FarPoint.Excel.dll, and FarPoint.PDF.dll are installed to the GAC by default when installing Spread ASP.NET.

You can use the smart tag verb "Copy Shared Assemblies Local" to copy FarPoint.CalcEngine.dll, FarPoint.Excel.dll, and FarPoint.PDF.dll to the local bin folder on the web site when deploying.

The smart tag verb appears as follows:

The following entry is added to the web.config file:

Code Copy Code

<appSettings>
<add key="fp_CopySharedAssembliesLocal" value="True" />
</appSettings>

© 2002-2012 GrapeCity, Inc. All Rights Reserved.