Advertisement
Guest User

Untitled

a guest
Dec 4th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.13 KB | None | 0 0
  1. =====================
  2. 12/4/2016 12:15:53 PM
  3. Recoverable
  4. System.AggregateException: One or more errors occurred. ---> System.ArgumentNullException: Value cannot be null.
  5. Parameter name: key
  6. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.TreeService.EnsureNotFaultedTree(IProjectVersionedValue`1 appliedValue)
  7. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  8. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.TreeService.<PublishLatestTreeAsync>d__67.MoveNext()
  9. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.TreeService.<PublishTreeAsync>d__66.MoveNext()
  10. --- End of stack trace from previous location where exception was thrown ---
  11. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  12. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  13. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.TreeService.<>c__DisplayClass70_0.<<InitializeInnerCoreAsync>b__0>d.MoveNext()
  14. --- End of stack trace from previous location where exception was thrown ---
  15. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  16. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  17. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.TreeService.<PublishLatestTreeAsync>d__67.MoveNext()
  18. --- End of stack trace from previous location where exception was thrown ---
  19. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  20. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  21. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.ProjectNode.<InitializeForegroundAsync>d__539.MoveNext()
  22. --- End of stack trace from previous location where exception was thrown ---
  23. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  24. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  25. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  26. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.ProjectFactory.<LoadProjectAsync>d__58.MoveNext()
  27. --- End of stack trace from previous location where exception was thrown ---
  28. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  29. at Microsoft.VisualStudio.ProjectSystem.CommonProjectSystemTools.Rethrow(Exception ex)
  30. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.ProjectFactory.<LoadProjectAsync>d__58.MoveNext()
  31. --- End of stack trace from previous location where exception was thrown ---
  32. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  33. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  34. at Microsoft.VisualStudio.Threading.ThreadingTools.<WithCancellationSlow>d__10.MoveNext()
  35. --- End of stack trace from previous location where exception was thrown ---
  36. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  37. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  38. at Microsoft.VisualStudio.Threading.JoinableTask.<JoinAsync>d__76.MoveNext()
  39. --- End of stack trace from previous location where exception was thrown ---
  40. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  41. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  42. at Microsoft.VisualStudio.Threading.JoinableTask.CompleteOnCurrentThread()
  43. at Microsoft.VisualStudio.Threading.JoinableTask.Join(CancellationToken cancellationToken)
  44. at Microsoft.VisualStudio.Threading.JoinableTask`1.Join(CancellationToken cancellationToken)
  45. at Microsoft.VisualStudio.Shell.VsTaskLibraryHelper.<>c__DisplayClass24_1`1.<AsVsTask>b__2()
  46. --- End of stack trace from previous location where exception was thrown ---
  47. at Microsoft.VisualStudio.Services.VsTask.RethrowException(AggregateException e)
  48. at Microsoft.VisualStudio.Services.VsTask.InternalGetResult(Boolean ignoreUIThreadCheck)
  49. at Microsoft.VisualStudio.Services.VsTask.GetResult()
  50. at Microsoft.VisualStudio.Shell.Interop.IVsTaskBody.DoWork(IVsTask pTask, UInt32 dwCount, IVsTask[] pParentTasks, Object& pResult)
  51. at Microsoft.VisualStudio.Services.VsTask.<>c__DisplayClass115_0.<GetCallbackForMultipleParent>b__0(Task`1[] _)
  52. at Microsoft.VisualStudio.Services.VsTask.<>c__DisplayClass116_0.<GetCallbackForSingleParent>b__0(Task`1 internalTask)
  53. at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
  54. at System.Threading.Tasks.Task.Execute()
  55. --- End of stack trace from previous location where exception was thrown ---
  56. at Microsoft.VisualStudio.Services.VsTask.RethrowException(AggregateException e)
  57. at Microsoft.VisualStudio.Services.VsTask.InternalGetResult(Boolean ignoreUIThreadCheck)
  58. at Microsoft.VisualStudio.Services.VsTask.GetResult()
  59. at Microsoft.VisualStudio.Shell.Interop.IVsTaskBody.DoWork(IVsTask pTask, UInt32 dwCount, IVsTask[] pParentTasks, Object& pResult)
  60. at Microsoft.VisualStudio.Services.VsTask.<>c__DisplayClass115_0.<GetCallbackForMultipleParent>b__0(Task`1[] _)
  61. at Microsoft.VisualStudio.Services.VsTask.<>c__DisplayClass116_0.<GetCallbackForSingleParent>b__0(Task`1 internalTask)
  62. at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
  63. at System.Threading.Tasks.Task.Execute()
  64. --- End of inner exception stack trace ---
  65. ---> (Inner Exception #0) System.ArgumentNullException: Value cannot be null.
  66. Parameter name: key
  67. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.TreeService.EnsureNotFaultedTree(IProjectVersionedValue`1 appliedValue)
  68. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  69. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.TreeService.<PublishLatestTreeAsync>d__67.MoveNext()
  70. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.TreeService.<PublishTreeAsync>d__66.MoveNext()
  71. --- End of stack trace from previous location where exception was thrown ---
  72. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  73. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  74. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.TreeService.<>c__DisplayClass70_0.<<InitializeInnerCoreAsync>b__0>d.MoveNext()
  75. --- End of stack trace from previous location where exception was thrown ---
  76. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  77. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  78. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.TreeService.<PublishLatestTreeAsync>d__67.MoveNext()
  79. --- End of stack trace from previous location where exception was thrown ---
  80. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  81. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  82. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.ProjectNode.<InitializeForegroundAsync>d__539.MoveNext()
  83. --- End of stack trace from previous location where exception was thrown ---
  84. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  85. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  86. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  87. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.ProjectFactory.<LoadProjectAsync>d__58.MoveNext()
  88. --- End of stack trace from previous location where exception was thrown ---
  89. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  90. at Microsoft.VisualStudio.ProjectSystem.CommonProjectSystemTools.Rethrow(Exception ex)
  91. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.ProjectFactory.<LoadProjectAsync>d__58.MoveNext()
  92. --- End of stack trace from previous location where exception was thrown ---
  93. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  94. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  95. at Microsoft.VisualStudio.Threading.ThreadingTools.<WithCancellationSlow>d__10.MoveNext()
  96. --- End of stack trace from previous location where exception was thrown ---
  97. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  98. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  99. at Microsoft.VisualStudio.Threading.JoinableTask.<JoinAsync>d__76.MoveNext()
  100. --- End of stack trace from previous location where exception was thrown ---
  101. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  102. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  103. at Microsoft.VisualStudio.Threading.JoinableTask.CompleteOnCurrentThread()
  104. at Microsoft.VisualStudio.Threading.JoinableTask.Join(CancellationToken cancellationToken)
  105. at Microsoft.VisualStudio.Threading.JoinableTask`1.Join(CancellationToken cancellationToken)
  106. at Microsoft.VisualStudio.Shell.VsTaskLibraryHelper.<>c__DisplayClass24_1`1.<AsVsTask>b__2()
  107. --- End of stack trace from previous location where exception was thrown ---
  108. at Microsoft.VisualStudio.Services.VsTask.RethrowException(AggregateException e)
  109. at Microsoft.VisualStudio.Services.VsTask.InternalGetResult(Boolean ignoreUIThreadCheck)
  110. at Microsoft.VisualStudio.Services.VsTask.GetResult()
  111. at Microsoft.VisualStudio.Shell.Interop.IVsTaskBody.DoWork(IVsTask pTask, UInt32 dwCount, IVsTask[] pParentTasks, Object& pResult)
  112. at Microsoft.VisualStudio.Services.VsTask.<>c__DisplayClass115_0.<GetCallbackForMultipleParent>b__0(Task`1[] _)
  113. at Microsoft.VisualStudio.Services.VsTask.<>c__DisplayClass116_0.<GetCallbackForSingleParent>b__0(Task`1 internalTask)
  114. at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
  115. at System.Threading.Tasks.Task.Execute()
  116. --- End of stack trace from previous location where exception was thrown ---
  117. at Microsoft.VisualStudio.Services.VsTask.RethrowException(AggregateException e)
  118. at Microsoft.VisualStudio.Services.VsTask.InternalGetResult(Boolean ignoreUIThreadCheck)
  119. at Microsoft.VisualStudio.Services.VsTask.GetResult()
  120. at Microsoft.VisualStudio.Shell.Interop.IVsTaskBody.DoWork(IVsTask pTask, UInt32 dwCount, IVsTask[] pParentTasks, Object& pResult)
  121. at Microsoft.VisualStudio.Services.VsTask.<>c__DisplayClass115_0.<GetCallbackForMultipleParent>b__0(Task`1[] _)
  122. at Microsoft.VisualStudio.Services.VsTask.<>c__DisplayClass116_0.<GetCallbackForSingleParent>b__0(Task`1 internalTask)
  123. at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
  124. at System.Threading.Tasks.Task.Execute()<---
  125.  
  126. ===================
  127. 12/4/2016 12:15:55 PM
  128. Recoverable
  129. System.AggregateException: One or more errors occurred. ---> System.ArgumentNullException: Value cannot be null.
  130. Parameter name: key
  131. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.TreeService.EnsureNotFaultedTree(IProjectVersionedValue`1 appliedValue)
  132. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.TreeService.<PublishTreeAsync>d__66.MoveNext()
  133. --- End of stack trace from previous location where exception was thrown ---
  134. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  135. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  136. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.TreeService.<PublishLatestTreeAsync>d__67.MoveNext()
  137. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.TreeService.<PublishLatestTreeAsync>d__67.MoveNext()
  138. --- End of stack trace from previous location where exception was thrown ---
  139. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  140. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  141. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.ProjectNode.<InitializeForegroundAsync>d__539.MoveNext()
  142. --- End of stack trace from previous location where exception was thrown ---
  143. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  144. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  145. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.TreeService.<>c__DisplayClass70_0.<<InitializeInnerCoreAsync>b__0>d.MoveNext()
  146. --- End of stack trace from previous location where exception was thrown ---
  147. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  148. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  149. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  150. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.ProjectFactory.<LoadProjectAsync>d__58.MoveNext()
  151. --- End of stack trace from previous location where exception was thrown ---
  152. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  153. at Microsoft.VisualStudio.ProjectSystem.CommonProjectSystemTools.Rethrow(Exception ex)
  154. at Microsoft.VisualStudio.ProjectSystem.ProjectErrorReporting.<>c__DisplayClass6_0.<SubmitErrorReport>b__0()
  155. at Microsoft.VisualStudio.ProjectSystem.ExceptionFilter.<>c__DisplayClass2_0.<Guard>b__0()
  156. at GuardMethodClass.GuardMethod(Func`1 , Func`2 , Func`2 )
  157. --- End of stack trace from previous location where exception was thrown ---
  158. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  159. at Microsoft.VisualStudio.ProjectSystem.CommonProjectSystemTools.Rethrow(Exception ex)
  160. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.ProjectFactory.<LoadProjectAsync>d__58.MoveNext()
  161. --- End of stack trace from previous location where exception was thrown ---
  162. at Microsoft.VisualStudio.Services.VsTask.RethrowException(AggregateException e)
  163. at Microsoft.VisualStudio.Services.VsTask.InternalGetResult(Boolean ignoreUIThreadCheck)
  164. at Microsoft.VisualStudio.Services.VsTask.GetResult()
  165. at Microsoft.VisualStudio.Shell.Interop.IVsTaskBody.DoWork(IVsTask pTask, UInt32 dwCount, IVsTask[] pParentTasks, Object& pResult)
  166. at Microsoft.VisualStudio.Services.VsTask.<>c__DisplayClass115_0.<GetCallbackForMultipleParent>b__0(Task`1[] _)
  167. at Microsoft.VisualStudio.Services.VsTask.<>c__DisplayClass116_0.<GetCallbackForSingleParent>b__0(Task`1 internalTask)
  168. at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
  169. at System.Threading.Tasks.Task.Execute()
  170. --- End of stack trace from previous location where exception was thrown ---
  171. at Microsoft.VisualStudio.Services.VsTask.RethrowException(AggregateException e)
  172. at Microsoft.VisualStudio.Services.VsTask.InternalGetResult(Boolean ignoreUIThreadCheck)
  173. at Microsoft.VisualStudio.Services.VsTask.GetResult()
  174. at Microsoft.VisualStudio.Shell.Interop.IVsTaskBody.DoWork(IVsTask pTask, UInt32 dwCount, IVsTask[] pParentTasks, Object& pResult)
  175. at Microsoft.VisualStudio.Services.VsTask.<>c__DisplayClass115_0.<GetCallbackForMultipleParent>b__0(Task`1[] _)
  176. at Microsoft.VisualStudio.Services.VsTask.<>c__DisplayClass116_0.<GetCallbackForSingleParent>b__0(Task`1 internalTask)
  177. at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
  178. at System.Threading.Tasks.Task.Execute()
  179. --- End of inner exception stack trace ---
  180. ---> (Inner Exception #0) System.ArgumentNullException: Value cannot be null.
  181. Parameter name: key
  182. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.TreeService.EnsureNotFaultedTree(IProjectVersionedValue`1 appliedValue)
  183. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.TreeService.<PublishTreeAsync>d__66.MoveNext()
  184. --- End of stack trace from previous location where exception was thrown ---
  185. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  186. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  187. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.TreeService.<PublishLatestTreeAsync>d__67.MoveNext()
  188. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.TreeService.<PublishLatestTreeAsync>d__67.MoveNext()
  189. --- End of stack trace from previous location where exception was thrown ---
  190. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  191. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  192. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.ProjectNode.<InitializeForegroundAsync>d__539.MoveNext()
  193. --- End of stack trace from previous location where exception was thrown ---
  194. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  195. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  196. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.TreeService.<>c__DisplayClass70_0.<<InitializeInnerCoreAsync>b__0>d.MoveNext()
  197. --- End of stack trace from previous location where exception was thrown ---
  198. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  199. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  200. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  201. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.ProjectFactory.<LoadProjectAsync>d__58.MoveNext()
  202. --- End of stack trace from previous location where exception was thrown ---
  203. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  204. at Microsoft.VisualStudio.ProjectSystem.CommonProjectSystemTools.Rethrow(Exception ex)
  205. at Microsoft.VisualStudio.ProjectSystem.ProjectErrorReporting.<>c__DisplayClass6_0.<SubmitErrorReport>b__0()
  206. at Microsoft.VisualStudio.ProjectSystem.ExceptionFilter.<>c__DisplayClass2_0.<Guard>b__0()
  207. at GuardMethodClass.GuardMethod(Func`1 , Func`2 , Func`2 )
  208. --- End of stack trace from previous location where exception was thrown ---
  209. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  210. at Microsoft.VisualStudio.ProjectSystem.CommonProjectSystemTools.Rethrow(Exception ex)
  211. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.ProjectFactory.<LoadProjectAsync>d__58.MoveNext()
  212. --- End of stack trace from previous location where exception was thrown ---
  213. at Microsoft.VisualStudio.Services.VsTask.RethrowException(AggregateException e)
  214. at Microsoft.VisualStudio.Services.VsTask.InternalGetResult(Boolean ignoreUIThreadCheck)
  215. at Microsoft.VisualStudio.Services.VsTask.GetResult()
  216. at Microsoft.VisualStudio.Shell.Interop.IVsTaskBody.DoWork(IVsTask pTask, UInt32 dwCount, IVsTask[] pParentTasks, Object& pResult)
  217. at Microsoft.VisualStudio.Services.VsTask.<>c__DisplayClass115_0.<GetCallbackForMultipleParent>b__0(Task`1[] _)
  218. at Microsoft.VisualStudio.Services.VsTask.<>c__DisplayClass116_0.<GetCallbackForSingleParent>b__0(Task`1 internalTask)
  219. at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
  220. at System.Threading.Tasks.Task.Execute()
  221. --- End of stack trace from previous location where exception was thrown ---
  222. at Microsoft.VisualStudio.Services.VsTask.RethrowException(AggregateException e)
  223. at Microsoft.VisualStudio.Services.VsTask.InternalGetResult(Boolean ignoreUIThreadCheck)
  224. at Microsoft.VisualStudio.Services.VsTask.GetResult()
  225. at Microsoft.VisualStudio.Shell.Interop.IVsTaskBody.DoWork(IVsTask pTask, UInt32 dwCount, IVsTask[] pParentTasks, Object& pResult)
  226. at Microsoft.VisualStudio.Services.VsTask.<>c__DisplayClass115_0.<GetCallbackForMultipleParent>b__0(Task`1[] _)
  227. at Microsoft.VisualStudio.Services.VsTask.<>c__DisplayClass116_0.<GetCallbackForSingleParent>b__0(Task`1 internalTask)
  228. at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
  229. at System.Threading.Tasks.Task.Execute()<---
  230.  
  231. ===================
  232. 12/4/2016 12:18:01 PM
  233. Recoverable
  234. System.AggregateException: One or more errors occurred. ---> System.ArgumentNullException: Value cannot be null.
  235. Parameter name: key
  236. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.TreeService.EnsureNotFaultedTree(IProjectVersionedValue`1 appliedValue)
  237. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.TreeService.<PublishTreeAsync>d__66.MoveNext()
  238. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.TreeService.<PublishTreeAsync>d__66.MoveNext()
  239. --- End of stack trace from previous location where exception was thrown ---
  240. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  241. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  242. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.TreeService.<PublishLatestTreeAsync>d__67.MoveNext()
  243. --- End of stack trace from previous location where exception was thrown ---
  244. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  245. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  246. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.TreeService.<PublishLatestTreeAsync>d__67.MoveNext()
  247. --- End of stack trace from previous location where exception was thrown ---
  248. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  249. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  250. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.TreeService.<>c__DisplayClass70_0.<<InitializeInnerCoreAsync>b__0>d.MoveNext()
  251. --- End of stack trace from previous location where exception was thrown ---
  252. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  253. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  254. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.ProjectNode.<InitializeForegroundAsync>d__539.MoveNext()
  255. --- End of stack trace from previous location where exception was thrown ---
  256. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  257. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  258. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  259. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.ProjectFactory.<LoadProjectAsync>d__58.MoveNext()
  260. --- End of stack trace from previous location where exception was thrown ---
  261. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  262. at Microsoft.VisualStudio.ProjectSystem.CommonProjectSystemTools.Rethrow(Exception ex)
  263. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.ProjectFactory.<LoadProjectAsync>d__58.MoveNext()
  264. --- End of stack trace from previous location where exception was thrown ---
  265. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  266. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  267. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.ProjectFactory.<>c__DisplayClass52_0.<<CreateProject>b__0>d.MoveNext()
  268. --- End of stack trace from previous location where exception was thrown ---
  269. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  270. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  271. at Microsoft.VisualStudio.Threading.JoinableTask.CompleteOnCurrentThread()
  272. at Microsoft.VisualStudio.ProjectSystem.ProjectMultiThreadedService.ExecuteSynchronously(Func`1 asyncAction)
  273. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.ProjectFactory.CreateProject(String fileName, String location, String name, UInt32 flags, Guid& projectIid, IntPtr& project, Int32& canceled)
  274. at Microsoft.VisualStudio.Shell.Flavor.FlavoredProjectFactoryBase.Microsoft.VisualStudio.Shell.Interop.IVsProjectFactory.CreateProject(String fileName, String location, String name, UInt32 flags, Guid& projectGuid, IntPtr& project, Int32& canceled)
  275. --- End of inner exception stack trace ---
  276. ---> (Inner Exception #0) System.ArgumentNullException: Value cannot be null.
  277. Parameter name: key
  278. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.TreeService.EnsureNotFaultedTree(IProjectVersionedValue`1 appliedValue)
  279. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.TreeService.<PublishTreeAsync>d__66.MoveNext()
  280. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.TreeService.<PublishTreeAsync>d__66.MoveNext()
  281. --- End of stack trace from previous location where exception was thrown ---
  282. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  283. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  284. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.TreeService.<PublishLatestTreeAsync>d__67.MoveNext()
  285. --- End of stack trace from previous location where exception was thrown ---
  286. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  287. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  288. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.TreeService.<PublishLatestTreeAsync>d__67.MoveNext()
  289. --- End of stack trace from previous location where exception was thrown ---
  290. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  291. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  292. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.TreeService.<>c__DisplayClass70_0.<<InitializeInnerCoreAsync>b__0>d.MoveNext()
  293. --- End of stack trace from previous location where exception was thrown ---
  294. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  295. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  296. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.ProjectNode.<InitializeForegroundAsync>d__539.MoveNext()
  297. --- End of stack trace from previous location where exception was thrown ---
  298. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  299. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  300. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  301. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.ProjectFactory.<LoadProjectAsync>d__58.MoveNext()
  302. --- End of stack trace from previous location where exception was thrown ---
  303. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  304. at Microsoft.VisualStudio.ProjectSystem.CommonProjectSystemTools.Rethrow(Exception ex)
  305. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.ProjectFactory.<LoadProjectAsync>d__58.MoveNext()
  306. --- End of stack trace from previous location where exception was thrown ---
  307. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  308. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  309. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.ProjectFactory.<>c__DisplayClass52_0.<<CreateProject>b__0>d.MoveNext()
  310. --- End of stack trace from previous location where exception was thrown ---
  311. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  312. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  313. at Microsoft.VisualStudio.Threading.JoinableTask.CompleteOnCurrentThread()
  314. at Microsoft.VisualStudio.ProjectSystem.ProjectMultiThreadedService.ExecuteSynchronously(Func`1 asyncAction)
  315. at Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.ProjectFactory.CreateProject(String fileName, String location, String name, UInt32 flags, Guid& projectIid, IntPtr& project, Int32& canceled)
  316. at Microsoft.VisualStudio.Shell.Flavor.FlavoredProjectFactoryBase.Microsoft.VisualStudio.Shell.Interop.IVsProjectFactory.CreateProject(String fileName, String location, String name, UInt32 flags, Guid& projectGuid, IntPtr& project, Int32& canceled)<---
  317.  
  318. ===================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement