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

problem about ApplicationTheme

1 Answer 55 Views
Window
This is a migrated thread and some comments may be shown as answers.
Alex
Top achievements
Rank 1
Alex asked on 21 Jul 2009, 03:25 AM
hi,my application was using a code in App.xaml.cs:

private

void Application_Startup(object sender, StartupEventArgs e)

 

{
    Telerik.Windows.Controls.StyleManager.ApplicationTheme = new Telerik.Windows.Controls.SummerTheme();

 

 

 

}

this code was works fine ,but i change my dll from 710 to 720.this code will get a crash say:

"A first chance exception of type 'System.Windows.Markup.XamlParseException' occurred in System.Windows.dll

Additional information: Invalid attribute value PinMode for property Property. [Line: 8381 Position: 26]"

what can i do about this?
thank you.

1 Answer, 1 is accepted

Sort by
0
Miroslav Nedyalkov
Telerik team
answered on 22 Jul 2009, 02:18 PM
Hello Alex,

I found out that the Summer theme is broken. As you know the 720 build is an internal build and is used only for adoption purposes. Thank you for your report and we are sorry for the cased inconvenience. The problem should be fixed for the next build.

All the best,
Miroslav Nedyalkov
the Telerik team

Instantly find answers to your questions on the newTelerik Support Portal.
Check out the tipsfor optimizing your support resource searches.
Tags
Window
Asked by
Alex
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
Share this question
or