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

Problem with Theme at design time

2 Answers 204 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Dario Concilio
Top achievements
Rank 2
Dario Concilio asked on 07 Feb 2017, 04:20 PM

Hi to all,

I doìt understand why I have several problems with Theme.

I can't see Theme applyed at design-time, when I run my project it works all perfectly.

Why?!?

I tryed to change Theme by wizard (configurator), but it not takes effect.

I tryed to clear cache of VS also, but nothing.

2 Answers, 1 is accepted

Sort by
0
Martin Ivanov
Telerik team
answered on 10 Feb 2017, 09:02 AM
Hello Dario,

If you are using NoXaml dlls, the controls should be visible in the VS designer. In order to resolve such issues you can try the following:
  • Merge the required ResourceDictionaries in the App.xaml of the application.
  • Manually delete the "bin" and "obj" folders of the project. Then Clean and Rebuild the solution.
  • Check if the dlls folder contains a folder called "design". If not, find it from the installation directory (where the dlls are) and add it in the folder from where the UI for WPF dlls are referenced. The folder contains dlls with design-time functionality, that is automatically executed by Visual Studio.
Also, can you share what controls you are using in the view? What is not displayed? What version of UI for WPF you are using? Can you share the XAML of the view?

If this doesn't help I would suggest you to open a new support ticket and send a runnable project demonstrating the issue.

Regards,
Martin
Telerik by Progress
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.
0
Dario Concilio
Top achievements
Rank 2
answered on 10 Feb 2017, 09:23 AM

Actually, I did some checks and found that the controls in the toolbox were wrong version, I restored the standard toolbox of VS 2015, and afterthat, I reintroduced the Telerik controls groups.

Done this, they have reappeared in the design controls ....

Tags
General Discussions
Asked by
Dario Concilio
Top achievements
Rank 2
Answers by
Martin Ivanov
Telerik team
Dario Concilio
Top achievements
Rank 2
Share this question
or