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?
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?
