Skip to content

Commit 63e1b7e

Browse files
committed
addressed review
1 parent d0f12a4 commit 63e1b7e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

knowledge-base/dpl-resolve-ambiguous-references.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,18 @@ ticketid: 1684241
1313

1414
| Version | Product | Author |
1515
| ---- | ---- | ---- |
16-
| 2025.1.205| Telerik Document Processing|[Desislava Yordanova](https://www.telerik.com/blogs/author/desislava-yordanova)|
16+
| 2025.1.205| RadSpreadProcessing|[Desislava Yordanova](https://www.telerik.com/blogs/author/desislava-yordanova)|
1717

1818
## Description
1919

20-
When developing a WPF application that utilizes [RadSpreadProcessing]({%slug radspreadprocessing-overview%}) to set a font in a spreadsheet, and the solution includes a cross-platform project referencing `Telerik.Documents.Core`, an ambiguous reference error may occur.
20+
When developing a WPF application that utilizes [RadSpreadProcessing]({%slug radspreadprocessing-overview%}) to set a font in a spreadsheet (referencing `Telerik.Windows.Documents.Core`), and the solution includes a cross-platform project referencing `Telerik.Documents.Core`, an ambiguous reference error may occur.
2121

2222
![Ambiguous Error](images/ambiguous_error.png)
2323

2424
The issue arises due to identical namespaces in both assemblies when both platform-specific projects and cross-platform projects are part of the solution.
2525

26+
>note This is just an example scenario for WPF combined with SpreadProcessing. Usually, such ambiguity can happen regardless of the project type or library, as long as the project is cross-platform and there is a reference to the .NET Standard and .NET Framework version of the same DPL assembly.
27+
2628
## Solution
2729

2830
The Telerik Document Processing libraries are available in .NET Framework, .NET 8/.NET 9 (or newer) for Windows and .NET Standard compatible versions. All versions are available as NuGet packages. The assemblies/packages for .NET Standard do not contain the word *Windows* in their name. Learn [What Versions of Document Processing Libraries are Distributed with the Telerik Products]({%slug distribute-telerik-document-processing-libraries-net-versions%}).

0 commit comments

Comments
 (0)