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

WPF controls not visible

4 Answers 1303 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jerome
Top achievements
Rank 1
Jerome asked on 07 Jun 2013, 04:58 PM
I switched to the NuGet RadControls for WPF package and now non of the Telerik controls render at all. They simply don't appear. White spaces where they should be. Not sure what additional info to give you. There's no output messages that appear to be in error. Simply, none of the controls appear.

Any idea? I tried disabling the Theme I was using in case that was it, and still nothing.

4 Answers, 1 is accepted

Sort by
0
Jerome
Top achievements
Rank 1
answered on 07 Jun 2013, 06:20 PM
Switched back to the non-NuGet packages and it works fine. The problem is only in the NuGet package.

The NuGet package also sucks, by the way. Including every DLL in a single package? Crazy.
0
Aylin
Telerik team
answered on 12 Jun 2013, 06:22 AM
Hello Jerome,

Thank you for contacting us and sorry for the late reply.

WPF NuGet Package provides support for .Net Framework 4.0 and .Net Framework 4.5, but for "NoXaml" assemblies only. You could get more information on NoXAML asemblies from our online help: link 
If you prefer to use XAML assemblies, you could use the msi installer or the hotfix, containing only the Dlls.

Let me know if that helps.

Regards,
Aylin
Telerik

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Myth
Top achievements
Rank 1
answered on 14 Jan 2014, 10:29 AM
Hello,

I have the same issue. How do I use the Telerik WPF nuget package? I've added the theme i wanted in my application resourcedictionary, and removed all uses of the StyleManager. But still everything is invisible..

EDIT: Nevermind, I wasn't reading carefully. You have to add more than one resourcedictionary for the same theme. For example:


                <ResourceDictionary Source="/Telerik.Windows.Themes.Office_Black;component/Themes/System.Windows.xaml"/>
                <ResourceDictionary Source="/Telerik.Windows.Themes.Office_Black;component/Themes/Telerik.Windows.Controls.xaml"/>
                <ResourceDictionary Source="/Telerik.Windows.Themes.Office_Black;component/Themes/Telerik.Windows.Controls.Navigation.xaml"/>
                <ResourceDictionary Source="/Telerik.Windows.Themes.Office_Black;component/Themes/Telerik.Windows.Controls.Input.xaml"/>
                <ResourceDictionary Source="/Telerik.Windows.Themes.Office_Black;component/Themes/Telerik.Windows.Controls.RibbonView.xaml"/>

Kind regards,
Stijn
0
Petar
Telerik team
answered on 16 Jan 2014, 09:01 AM
Hello Stijn,

Thank you for contacting us! I am glad that you have resolved the issue on your side. Should any future inquires arise don't hesitate to contact us again.

Regards,
Petar
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
General Discussions
Asked by
Jerome
Top achievements
Rank 1
Answers by
Jerome
Top achievements
Rank 1
Aylin
Telerik team
Myth
Top achievements
Rank 1
Petar
Telerik team
Share this question
or