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

Catastrophic failure for radcombobox

5 Answers 104 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Marc
Top achievements
Rank 1
Marc asked on 06 Nov 2009, 04:41 PM
Hi,
Since I upgraded to the Q3 build, all of my combo's crash when changing the selection.

Unhandled exception, CODE 4004
Catastrophic failure (0x8000FFFF)

The have an ItemSource like:

ObservableCollection<KeyValuePair<SeminarDashboardView, string>>

And are bound like:

<telerikInput:RadComboBox  DisplayMemberPath="Value" SelectedValuePath="Key" SelectedValue="{Binding SelectedView, Mode=TwoWay}"  />

Update: when these combo's are placed on top of a RadWindow, they work just fine. And after having used a combobox on a RadWindow once, the other ones stop crashing. True story.

Is there a problem in the build?
Thanks


5 Answers, 1 is accepted

Sort by
0
Valeri Hristov
Telerik team
answered on 09 Nov 2009, 10:03 AM
Hi Marc,

Could you please, open a new support ticket and send us a simple application that can be used to observe the problem? It is possible that we introduced a bug and we will be glad to reward you if you help us find it. We will do our best to provide a fix by the end of the week.

All the best,
Valeri Hristov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Marc
Top achievements
Rank 1
answered on 09 Nov 2009, 01:38 PM
Hi, I'm not able to reproduce this problem in an isolated way... It still occurs in my solution, which I can't send over.
0
alvin shih
Top achievements
Rank 1
answered on 12 Nov 2009, 04:18 AM
We are also encountering "catastrophic failure" in the RadComboBoxes when we try to change the selected value.

I notice that this is happening when we are setting the StyleManager.ApplicationTheme to the the following themes, Office_Blue, Office_Silver, Summer, Vista

example:

Telerik.Windows.Controls.

StyleManager.ApplicationTheme = Telerik.Windows.Controls.ThemeManager.FromName(TelerikTheme.Office_Blue.ToString());

Office_Black is working fine.

We are using the Q32009 release.

Any ideas?

 

0
Valeri Hristov
Telerik team
answered on 13 Nov 2009, 03:34 PM
Hi alvin,

Could you please, try to isolate the problem in a simple application and send it to us? We will do our best to provide a solution as soon as possible.

Best wishes,
Valeri Hristov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
alvin shih
Top achievements
Rank 1
answered on 16 Nov 2009, 02:20 AM
I manage to solve the problem we are encountering.

We are using Prism ( Composite Application Guidance library ).
Whenever we set the ApplicationTheme right after the Shell object is created in the Bootstrapper's CreateShell method, changing the radcomboboxes value that are situated in the Shell.xaml is crashing for Office_Blue, Office_Silver, Summer, Vista ( except Office_Black .. not sure why ).

So moving the setting of the ApplicationTheme right before creating the Shell object fixed the problem.
Tags
General Discussions
Asked by
Marc
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
Marc
Top achievements
Rank 1
alvin shih
Top achievements
Rank 1
Share this question
or