Skip to content

Commit ed4470a

Browse files
Licensing errors Page - Content Changes
1 parent b07ace3 commit ed4470a

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

File-Formats/Licensing/licensing-errors.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,16 @@ If the application is registered with another version's license key, the followi
9696
* In your application, register the generated license key. Please refer to this [help topic](https://help.syncfusion.com/file-formats/licensing/how-to-register-in-an-application) for information on registering the license key.
9797

9898
### Could not load Syncfusion.Licensing.dll assembly version...?
99-
Make sure that all the referenced Syncfusion assembles are of the same version. Try cleaning and rebuilding the application to resolve assembly conflict issues.
99+
100+
Please ensure that all Syncfusion NuGet packages including [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) were installed properly, and assembly references are upgraded to the required version. Also, verify that the csproj and packages.config/web.config files references have been referred with the updated version.
101+
102+
To avoid run-time errors, set copy local to true. Copy Local determines whether a reference is copied to the project output path.
103+
104+
![Set copy local to true](licensing-images/SetCopyLocalTrue.png)
105+
106+
Set “CopyLocal” as True for Syncfusion.Licensing.dll along with all other Syncfusion assemblies and ensure that the Syncfusion.Licensing.dll assembly is also present in the output folder or deployment folder of the application.
107+
108+
![Output folder](licensing-images/OutputFolder.png)
109+
110+
Refer to this knowledge base articles to set [copy local](https://www.syncfusion.com/kb/4808/how-to-resolve-server-error-could-not-load-or-assembly-when-publishing-an-application) as true.
111+
67.7 KB
Loading
91.9 KB
Loading

0 commit comments

Comments
 (0)