DLL vb NuGet

1 Answer 5 Views
RichTextBox WatermarkTextBox
Cristian
Top achievements
Rank 1
Cristian asked on 12 Nov 2025, 03:54 AM
Hi There
Currently I have on my project an Assembly reference to the telerik DLL
This is causing troubles in the development group, some has a different version, others a different configuration of the environment
There current reference is as
<Reference Include="Telerik.Windows.Controls">
  <HintPath>$(TelerikBin)\Telerik.Windows.Controls.dll</HintPath>
</Reference>
but I like to migrate to a NuGet instead so the component is in the project and is more transparent for everyone.
Problem I encounter is that there are multiple
Telerik.Windows.Controls.for.Wpf
Telerik.Windows.Controls.for.Wpf.Xaml
I try them both but my problem persists.
The Textboxes disappear from the forms.
Is there a simple and transparent way to migrate from the DLLs to the NuGets?

1 Answer, 1 is accepted

Sort by
0
Martin Ivanov
Telerik team
answered on 12 Nov 2025, 07:34 AM

Hello Cristian,

The Telerik NuGet packages that ends with .Xaml contain the Xaml dlls set. The ones without .Xaml are using the NoXAml dlls. In your case, you can install the Telerik.Windows.Controls.for.Wpf.Xaml package only.

You can also go through the NuGet installation section in the documentation.

Regards,
Martin Ivanov
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
RichTextBox WatermarkTextBox
Asked by
Cristian
Top achievements
Rank 1
Answers by
Martin Ivanov
Telerik team
Share this question
or