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

"Catastrophic Failure" Error when i used build "RadControls_for_Silverlight_2009_2_821_trial.zip"

3 Answers 84 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
chintan
Top achievements
Rank 1
chintan asked on 26 Aug 2009, 08:35 PM
Hi,

I am using microsoft silverlight 3 final release and your silverlight 3 controls from internal build 2009.2.720.1020

As soon as i replaced my binaries from RadControls_for_Silverlight_2009_2_821_trial.zip

the application was able to start. but when i tried to open the RadWindow or some other controls... it game me an following error.

"Catastrophic Failure"

Could you please help me to sort this out. The code is not changed at all. just replacing all the files which i am using causes this error.

Is there anything which your Silverlight 3 final release doesn't supports and that i am using it??

Thanks,
Chintan

3 Answers, 1 is accepted

Sort by
0
Miroslav
Telerik team
answered on 28 Aug 2009, 04:09 PM
Hello Chintan,

The controls are expected to work without a problem with Silverlight 3. Could you help us narrow down the possible source of the exception?

- Is there are callstack and what is it?
- Are you using any custom control templates?
- Please make sure that you have all exceptions turned on and this is not a wrapped exception.

Also, could you comment out some of the controls so that you will narrow down the control that is responsible for the exception.

Thank you for your help in identifying the problem,

Kind regards,
Miroslav
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
chintan
Top achievements
Rank 1
answered on 28 Aug 2009, 06:36 PM
Hi Miroslav,

I am getting following exception when i call ShowDialog() method of RadWindow.
I use this window as a dialog with the transperent background when loading data. and hide this when data loads completed.
This method is not being called first time. this has been called previously when loading another data.
Now i dont see that where the error is from the following execption.
Please help.

Exception......................

System.Windows.Markup.XamlParseException:  [Line: 0 Position: 0]
   --- Inner Exception ---
 [Line: 0 Position: 0]
   --- Inner Exception ---
System.Windows.Markup.XamlParseException:  [Line: 0 Position: 0]
   --- Inner Exception ---
 [Line: 0 Position: 0]
   --- Inner Exception ---
System.Windows.Markup.XamlParseException:  [Line: 0 Position: 0]
   --- Inner Exception ---
 [Line: 0 Position: 0]
   --- Inner Exception ---
AG_E_PARSER_BAD_TYPE [Line: 1 Position: 273]

 ---> System.Windows.Markup.XamlParseException:  [Line: 0 Position: 0]
   --- Inner Exception ---
AG_E_PARSER_BAD_TYPE [Line: 1 Position: 273]
 ---> System.Windows.Markup.XamlParseException: AG_E_PARSER_BAD_TYPE [Line: 1 Position: 273]
   at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement element, Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight)
   --- End of inner exception stack trace ---
   at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement element, Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight)
   --- End of inner exception stack trace ---
   at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement element, Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight) [Line: 0 Position: 0]

 ---> System.Windows.Markup.XamlParseException:  [Line: 0 Position: 0]
   --- Inner Exception ---
System.Windows.Markup.XamlParseException:  [Line: 0 Position: 0]
   --- Inner Exception ---
 [Line: 0 Position: 0]
   --- Inner Exception ---
AG_E_PARSER_BAD_TYPE [Line: 1 Position: 273]

 ---> System.Windows.Markup.XamlParseException:  [Line: 0 Position: 0]
   --- Inner Exception ---
AG_E_PARSER_BAD_TYPE [Line: 1 Position: 273]
 ---> System.Windows.Markup.XamlParseException: AG_E_PARSER_BAD_TYPE [Line: 1 Position: 273]
   at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement element, Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight)
   --- End of inner exception stack trace ---
   at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement element, Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight)
   --- End of inner exception stack trace ---
   at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement element, Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight) [Line: 0 Position: 0]
 ---> System.Windows.Markup.XamlParseException: System.Windows.Markup.XamlParseException:  [Line: 0 Position: 0]
   --- Inner Exception ---
 [Line: 0 Position: 0]
   --- Inner Exception ---
AG_E_PARSER_BAD_TYPE [Line: 1 Position: 273]

 ---> System.Windows.Markup.XamlParseException:  [Line: 0 Position: 0]
   --- Inner Exception ---
AG_E_PARSER_BAD_TYPE [Line: 1 Position: 273]
 ---> System.Windows.Markup.XamlParseException: AG_E_PARSER_BAD_TYPE [Line: 1 Position: 273]
   at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement element, Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight)
   --- End of inner exception stack trace ---
   at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement element, Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight)
   --- End of inner exception stack trace ---
   at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement element, Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight) [Line: 0 Position: 0]
   at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement element, Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight)
   --- End of inner exception stack trace ---
   at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement element, Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight)
   --- End of inner exception stack trace ---
   at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement element, Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight) [Line: 0 Position: 0]

 ---> System.Windows.Markup.XamlParseException:  [Line: 0 Position: 0]
   --- Inner Exception ---
System.Windows.Markup.XamlParseException:  [Line: 0 Position: 0]
   --- Inner Exception ---
 [Line: 0 Position: 0]
   --- Inner Exception ---
System.Windows.Markup.XamlParseException:  [Line: 0 Position: 0]
   --- Inner Exception ---
 [Line: 0 Position: 0]
   --- Inner Exception ---
AG_E_PARSER_BAD_TYPE [Line: 1 Position: 273]

 ---> System.Windows.Markup.XamlParseException:  [Line: 0 Position: 0]
   --- Inner Exception ---
AG_E_PARSER_BAD_TYPE [Line: 1 Position: 273]
 ---> System.Windows.Markup.XamlParseException: AG_E_PARSER_BAD_TYPE [Line: 1 Position: 273]
   at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement element, Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight)
   --- End of inner exception stack trace ---
   at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement element, Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight)
   --- End of inner exception stack trace ---
   at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement element, Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight) [Line: 0 Position: 0]

 ---> System.Windows.Markup.XamlParseException:  [Line: 0 Position: 0]
   --- Inner Exception ---
System.Windows.Markup.XamlParseException:  [Line: 0 Position: 0]
   --- Inner Exception ---
 [Line: 0 Position: 0]
   --- Inner Exception ---
AG_E_PARSER_BAD_TYPE [Line: 1 Position: 273]

 ---> System.Windows.Markup.XamlParseException:  [Line: 0 Position: 0]
   --- Inner Exception ---
AG_E_PARSER_BAD_TYPE [Line: 1 Position: 273]
 ---> System.Windows.Markup.XamlParseException: AG_E_PARSER_BAD_TYPE [Line: 1 Position: 273]
   at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement element, Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight)
   --- End of inner exception stack trace ---
   at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement element, Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight)
   --- End of inner exception stack trace ---
   at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement element, Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight) [Line: 0 Position: 0]
 ---> System.Windows.Markup.XamlParseException: System.Windows.Markup.XamlParseException:  [Line: 0 Position: 0]
   --- Inner Exception ---
 [Line: 0 Position: 0]
   --- Inner Exception ---
AG_E_PARSER_BAD_TYPE [Line: 1 Position: 273]

 ---> System.Windows.Markup.XamlParseException:  [Line: 0 Position: 0]
   --- Inner Exception ---
AG_E_PARSER_BAD_TYPE [Line: 1 Position: 273]
 ---> System.Windows.Markup.XamlParseException: AG_E_PARSER_BAD_TYPE [Line: 1 Position: 273]
   at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement element, Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight)
   --- End of inner exception stack trace ---
   at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement element, Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight)
   --- End of inner exception stack trace ---
   at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement element, Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight) [Line: 0 Position: 0]
   at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement element, Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight)
   --- End of inner exception stack trace ---
   at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement element, Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight)
   --- End of inner exception stack trace ---
   at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement element, Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight) [Line: 0 Position: 0]
 ---> System.Windows.Markup.XamlParseException: System.Windows.Markup.XamlParseException:  [Line: 0 Position: 0]
   --- Inner Exception ---
 [Line: 0 Position: 0]
   --- Inner Exception ---
System.Windows.Markup.XamlParseException:  [Line: 0 Position: 0]
   --- Inner Exception ---
 [Line: 0 Position: 0]
   --- Inner Exception ---
AG_E_PARSER_BAD_TYPE [Line: 1 Position: 273]

 ---> System.Windows.Markup.XamlParseException:  [Line: 0 Position: 0]
   --- Inner Exception ---
AG_E_PARSER_BAD_TYPE [Line: 1 Position: 273]
 ---> System.Windows.Markup.XamlParseException: AG_E_PARSER_BAD_TYPE [Line: 1 Position: 273]
   at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement element, Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight)
   --- End of inner exception stack trace ---
   at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement element, Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight)
   --- End of inner exception stack trace ---
   at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement element, Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight) [Line: 0 Position: 0]

 ---> System.Windows.Markup.XamlParseException:  [Line: 0 Position: 0]
   --- Inner Exception ---
System.Windows.Markup.XamlParseException:  [Line: 0 Position: 0]
   --- Inner Exception ---
 [Line: 0 Position: 0]
   --- Inner Exception ---
AG_E_PARSER_BAD_TYPE [Line: 1 Position: 273]

 ---> System.Windows.Markup.XamlParseException:  [Line: 0 Position: 0]
   --- Inner Exception ---
AG_E_PARSER_BAD_TYPE [Line: 1 Position: 273]
 ---> System.Windows.Markup.XamlParseException: AG_E_PARSER_BAD_TYPE [Line: 1 Position: 273]
   at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement element, Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight)
   --- End of inner exception stack trace ---
   at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement element, Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight)
   --- End of inner exception stack trace ---
   at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement element, Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight) [Line: 0 Position: 0]
 ---> System.Windows.Markup.XamlParseException: System.Windows.Markup.XamlParseException:  [Line: 0 Position: 0]
   --- Inner Exception ---
 [Line: 0 Position: 0]
   --- Inner Exception ---
AG_E_PARSER_BAD_TYPE [Line: 1 Position: 273]

 ---> System.Windows.Markup.XamlParseException:  [Line: 0 Position: 0]
   --- Inner Exception ---
AG_E_PARSER_BAD_TYPE [Line: 1 Position: 273]
 ---> System.Windows.Markup.XamlParseException: AG_E_PARSER_BAD_TYPE [Line: 1 Position: 273]
   at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement element, Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight)
   --- End of inner exception stack trace ---
   at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement element, Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight)
   --- End of inner exception stack trace ---
   at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement element, Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight) [Line: 0 Position: 0]
   at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement element, Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight)
   --- End of inner exception stack trace ---
   at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement element, Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight)
   --- End of inner exception stack trace ---
   at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement element, Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight) [Line: 0 Position: 0]
   at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement element, Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight)
   --- End of inner exception stack trace ---
   at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement element, Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight)
   --- End of inner exception stack trace ---
   at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement element, Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight) [Line: 0 Position: 0]

0
Accepted
Miroslav
Telerik team
answered on 02 Sep 2009, 07:43 AM
Hi Chintan,

Unfortunately there was a missing assembly reference in the themes of the RadToolBar that results in this error.

This will be fixed for this week's internal build. If you are using the ToolBar, could you make sure it uses the default (Office_Black) theme only.

Hopefully this is what is causing the exception in your case,

Regards,
Miroslav
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.
Tags
General Discussions
Asked by
chintan
Top achievements
Rank 1
Answers by
Miroslav
Telerik team
chintan
Top achievements
Rank 1
Share this question
or