This question is locked. New answers and comments are not allowed.
Hi,
I am getting a file not found exception when i open this file in visual studio designer. Here's the stack,
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at Chart.FirstLook.MainViewModel.<LoadData>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__0(Object state)
None of the dependent projects seem to have problem building, so I am not really sure what file is not being found.
Can someone please shed some light?
Thanks.
I am getting a file not found exception when i open this file in visual studio designer. Here's the stack,
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at Chart.FirstLook.MainViewModel.<LoadData>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__0(Object state)
None of the dependent projects seem to have problem building, so I am not really sure what file is not being found.
Can someone please shed some light?
Thanks.