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

[Solved] problem of ApplicationTheme

2 Answers 131 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Alex
Top achievements
Rank 1
Alex asked on 21 Jul 2009, 08:00 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.

2 Answers, 1 is accepted

Sort by
0
Boyan
Telerik team
answered on 22 Jul 2009, 04:20 PM
Hello Alex,

The problem is that in the Latest Internal Build  for SL3 the Summer and Vista assemblies are out of date. We have uploaded old assemblies by mistake so as the PinMode property was removed for Q2 you are getting and error. I hope this is not a showstopper for you as the proper theme assemblies will be uploaded with SP1 or the Internal build this Friday.

Greetings,
Boyan
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Alex
Top achievements
Rank 1
answered on 24 Jul 2009, 02:30 AM
That's all right.
thanks for your reply.
Tags
General Discussions
Asked by
Alex
Top achievements
Rank 1
Answers by
Boyan
Telerik team
Alex
Top achievements
Rank 1
Share this question
or