Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unknown error XAML

Just started learning WP7 platform. Don't even know how to describe occurred error. It happens all the time when I'm creating new project (Silverlight for Windows Phone project).

System.Exception
Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))
   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)

enter image description here

like image 770
nicks Avatar asked Jan 01 '26 00:01

nicks


1 Answers

Re-installing Windows solved this mysterious problem.

like image 122
nicks Avatar answered Jan 02 '26 18:01

nicks