This is a migrated thread and some comments may be shown as answers.

Adding more Telerik controls

2 Answers 83 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Kenneth
Top achievements
Rank 1
Kenneth asked on 11 May 2020, 02:26 PM

Created a sample Winform core project and can't add any more assemblies other than the three that I started with (WinControls, WinControls.UI, and TelerikCommon). Nuget and browsing doesn't work.

What do I need to do?

Ken

 

 

2 Answers, 1 is accepted

Sort by
0
Kenneth
Top achievements
Rank 1
answered on 11 May 2020, 03:43 PM
Just browsed to C:\Program Files (x86)\Progress\Telerik UI for WinForms R1 2020\BinNetCore and loaded from there. Guess that's the only way.
0
Accepted
Dess | Tech Support Engineer, Principal
Telerik team
answered on 14 May 2020, 09:50 AM
  

Hello, Kenneth, 

Please refer to the following help article demonstrating how to migrate to .NET Core: https://docs.telerik.com/devtools/winforms/core/core-migration

In case you have an existing application with .NET Framework 4.8 (or lower) you can use the newly released .NET Core Project Converter: https://docs.telerik.com/devtools/winforms/core/net-core-project-converter

The WinForms designer in .NET Core is still in its preview and currently it misses key features like support for user controls or libraries of third party vendors. We are closely working with Microsoft to determine the best possible implementation approach. At the moment we cannot provide you with a time estimate for a possible release or preview of the feature.

I can suggest referring the official Microsoft documentation for details on porting a project built on the full .NET framework to .NET Core: https://docs.microsoft.com/en-us/dotnet/core/porting/  Please bear in mind that the project file format in .NET Core is different so it will be necessary to update the old .csproj files. Microsoft have developed a tool to automate this process: https://github.com/dotnet/try-convert .

As for the designer, please note that even the Microsoft implementation is still limited and only available as a preview in Visual Studio. If you need to target .NET Core and have complex designers you may consider trying the workaround as explained here: https://github.com/dotnet/winforms/blob/master/Documentation/winforms-designer.md . With this approach you can still target .NET Core and at the same time achieve the design-time experience you are already used to.

Additionally, you can also check some of our resources on this topic:

https://docs.telerik.com/devtools/winforms/core/core-migration 
https://docs.telerik.com/devtools/winforms/core/deploy-application 
https://www.telerik.com/blogs/3-ways-to-deploy-a-winforms-or-wpf-net-core-application 


I hope this information helps. If you need any further assistance please don't hesitate to contact me.

Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Tags
General Discussions
Asked by
Kenneth
Top achievements
Rank 1
Answers by
Kenneth
Top achievements
Rank 1
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or