iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi support:
I tried your instance, can run normally, but when I create a new project, and refer to the same DLL, Appear the same mistake again.
my codes:
public SimpleViewModel()
{
this.ShowToastCommand = new DelegateCommand(ShowToast);
}
private async void ShowToast(object parameter)
string baseUrl = "http://www.google.com";
IRestClient client = new RestClient();
client.BaseUrl = baseUrl;
IRestRequest request = new RestRequest(HttpMethod.GET);
IRestResponse response= await client.ExecuteAsync(request);
string mydata = response.Content;
Hi :
Now ,the keyword works well. But when I build my project , new problem comes:
Also about that :
IRestResponse response = await client.ExecuteAsync(request);
error 13 can't wait “System.Threading.Tasks.Task<Intersoft.Crosslight.RestClient.IRestResponse>”
Now,what can i do ?
About the question I had asked ,thanks very much,it works well now.
by the way, I mat a new problem. that's also about Service Data Access.
// execute the RestRequest
The await keyword is invalid.
I have found the same problem on internet:
http://www.intersoftpt.com/Community/Crosslight/IRestResponse-Error-in-ProgramCore/
But I don't kown what the BCL Packages means ? a dll or other things?
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname