error CS0012: The type 'TaskAwaiter<>' is defined in an assembly that is not referenced

前端 未结 1 1173
忘掉有多难
忘掉有多难 2021-02-14 11:28

When I try to debug my Windows Phone 8.1 project the Locals window is empty, and Watch shows an error for this:

this    error CS0012: The type \'Tas         


        
相关标签:
1条回答
  • 2021-02-14 12:12

    This is a known issue in Visual Studio 2015.

    Workaround: enable the legacy C# and VB expression evaluators. (You got that right.)

    Tools > Options > Debugging > General > Use the legacy C# and VB expression evaluators

    Important: You cannot check the box during debugging!

    0 讨论(0)
提交回复
热议问题