Skip to content

Instantly share code, notes, and snippets.

@RamChBachkheti
Created January 8, 2015 07:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RamChBachkheti/7ee89af4da87ea34247b to your computer and use it in GitHub Desktop.
Save RamChBachkheti/7ee89af4da87ea34247b to your computer and use it in GitHub Desktop.
Error 2 'TestAsyncApp.Droid.DeviceInfo' does not implement interface member 'TestAsyncApp.IDeviceInfo.DeviceName()'. 'TestAsyncApp.Droid.DeviceInfo.DeviceName()' cannot implement 'TestAsyncApp.IDeviceInfo.DeviceName()' because it does not have the matching return type of 'System.Threading.Tasks.Task`1<string>'. C:\Users\Asim\Desktop\TestAsyncApp\TestAsyncApp\TestAsyncApp\TestAsyncApp.Droid\DeviceInfo.cs 19 11 TestAsyncApp.Droid
Error 3 The type 'System.Threading.Tasks.Task`1<T0>' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Threading.Tasks, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. C:\Users\Asim\Desktop\TestAsyncApp\TestAsyncApp\TestAsyncApp\TestAsyncApp.Droid\DeviceInfo.cs 19 11 TestAsyncApp.Droid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment