Category: C#

The Windows Phone Emulator wasn’t able to ensure the virtual machine was running

Today , I encountered the below error when trying to run my windows phone project after upgrading my system from Windows 8 to Windows 8.1 The Error Message was “The Windows Phone Emulator wasn’t able to ensure the virtual machine was running: Something happened while starting a virtual machine:”Emulator WVGA.<Name>” could not initialize(Virtual machine ID <ID>) Not enough memory in the system to start the…

C# Compiler Error – CS4010 cannot convert async {0} to delegate typ

In this blog post, you’ll learn more about the C# Compiler Error – CS4010 and the related message description C# Compiler Error Code CS4010 C# Compiler Description for the Code :CS4010 Cannot convert async {0} to delegate type ‘{1}’. An async {0} may return void, Task or Task, none of which are convertible to ‘{1}’.

C# Compiler Warning – CS8383 the tuple element name ‘{0}’ is ignored

In this blog post, you’ll learn more about the C# Compiler Warning – CS8383 and the related message description C# Compiler Warning Code CS8383 C# Compiler Description for the Code :CS8383 The tuple element name ‘{0}’ is ignored because a different name or no name is specified on the other side of the tuple == or != operator.