ASKER
ASKER
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
using App.Models;
namespace App.Helper
{
public class GeoLocatorPosition
{
private static Task<LongLatModel> longlatModel { get; set; }
public Task<LongLatModel> GetGeoPosition()
{
return longlatModel;
}
}
}
There isn't anything in the class.
ASKER
The .NET Framework is not specific to any one programming language; rather, it includes a library of functions that allows developers to rapidly build applications. Several supported languages include C#, VB.NET, C++ or ASP.NET.
TRUSTED BY
try refresh the project explorer and then mouse over to these 2 items to see what message you getting here?
also check the Error List if you can find something there?