Catastrophic Error in silverlight

0

Getting below exception in the silverlight XAML page (.XAML) whenever I drag the controls to the designer.

Exception: There was an error building the project. Please rebuild the project.

Exception: Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))

enter image description here

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)

Do you have any idea?

c#
silverlight
visual-studio-2012
silverlight-4.0
silverlight-5.0
asked on Stack Overflow Jun 26, 2018 by Karthick • edited Jun 26, 2018 by CKE

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0