Unknown error XAML

3

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

visual-studio-2010
windows-phone-7
xaml
asked on Stack Overflow Feb 15, 2012 by nicks

3 Answers

2

Re-installing Windows solved this mysterious problem.

answered on Stack Overflow Feb 19, 2012 by nicks
0

According to this info on connect.microsoft.com (see the "Workaround" tab), a possible workaround is to reinstall the Windows Phone tools.

answered on Stack Overflow Feb 15, 2012 by G_P
0

re-installing vs2010 SP1 has worked wonders for weird issues i was having.. Worth a try.

answered on Stack Overflow Feb 18, 2012 by felickz

User contributions licensed under CC BY-SA 3.0