Skip to content

Commit 19cbfa5

Browse files
Merge pull request #507 from Syncfusion-Content/hotfix/hotfix-v25.2.3
DOCINFRA-2341_merged_using_automation
2 parents 0c8a9db + d1f8126 commit 19cbfa5

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

xamarin-android/Licensing/licensing-errors.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,18 @@ If the application is registered with another version's license key, the followi
110110
![License key not registered](licensing-images/version-mismatch.png)
111111

112112
### Could not load Syncfusion.Licensing.dll assembly version...?
113-
Make sure that all the referenced Syncfusion assembles are of the same version. Try cleaning and rebuilding the application to resolve assembly conflict issues.
113+
114+
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.
115+
116+
To avoid run-time errors, set copy local to true. Copy Local determines whether a reference is copied to the project output path.
117+
118+
![Set copy local to true](licensing-images/SetCopyLocalTrue.png)
119+
120+
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.
121+
122+
![Output folder](licensing-images/OutputFolder.png)
123+
124+
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.
114125

115126

116127

Loading
Loading

0 commit comments

Comments
 (0)