1

I am creating a project for windows phone, and have made numerous backups over the past month, however when I ran the project this morning I received a Value does not fall within the excepted range error. I have researched this on the internet and all I could find was a few isolatedstorage saving issues which does not apply to me

It happens when I try to navigate to my homepage which is a panorama view, all my server calls are done without issues. And all my backups now also gives this issue. I have no idea where to start looking. the inner stack trace looks something like this:

at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
at MS.Internal.XcpImports.SetValue(IManagedPeerBase obj, DependencyProperty property, Double d)
at System.Windows.DependencyObject.SetValue(DependencyProperty property, Double d)
at System.Windows.FrameworkElement.set_Width(Double value)
at Views.homePanorama.dashboard()
at Views.homePanorama.<OnNavigatedTo>d__7.MoveNext() 
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__0(Object state)"
4

1 回答 1

1

UI元素的宽度是“无限的”,只是改变了它并且它起作用了

于 2013-06-24T09:10:07.373 回答