i'm newbie with chrome extension so i need to developing chrome extension by using native messaging to communication message with c#.exe application Now proble
Is there any way using Xamarin Forms (not Android or iOS specific) to have a pop-up, like Android does with Toast, that needs no user interaction and goes away
public async Task Test2() { //IPage page=null; LoginPage lpage = new LoginPage(); IPage page = await IPage.loginToApllication("john", "admin", "<&
use TDengine.Query(conn, commandText); It returned intPrt value is not 0, TDengine.Error() show Illegal byte sequence anyone know how to resolve?
Issue : System.IO.FileNotFoundException: Could not load file or assembly 'Renci.SshNet, Version=2014.4.6.0, Culture=neutral, PublicKeyToken=1cee9f8bde3d
I'm working on a Switch statement and with two of the conditions I need to see if the values start with a specific value. The Switch statement does like this. T
I'm going to show a error message in my program . I'd like my messages to be like image below, as you can see, I need a dark shadow to be shown when message
I'm getting a string from an external native library function which uses "\n" for line separation. I simply want to write this to disk using t
I have searched google and stackoverflow alot to find a answer to my question without any luck. I find the solution to the problem. Ex: Data Binding to Nested
I'm trying to upload a file using the Html2 input type="file" and an angular2 http.post request. When the request reaches the web api, it fails in the Request
How do I create empty array of a type given by reflection? I have tried using the Activator.CreateInstance(Type) method: Type arrayType = typ
I am using C# script task component to convert XLS to CSV file , my entry point is set to ScriptMain But I am constantly getting error "Error: Cannot execute s
I am using this method to form json string and this is working fine. But i can't handle this if it contains more properties. Is there any other better method th
What is the correct way to check for an overflow after a call to Interlocked.Increment? I have an ID generator that generates unique ids during the program's ex
I'm having trouble with my program flow in a while loop I created. while (reader.Read()) { // Store scenario information int Id = (int)reader["Scenario
I am trying to call a locally hosted WCF REST service over HTTPS with basic auth. This works and the Authorization header comes thru just fine and all is happy
I need to create a M3U playlist of mp3 songs. Is there any way to read the duration attribute of MP3 files?
In OOM, is there a way to specify the assumed first day of the week, like WKST parameter in ICS RULE section? When I save a calendar from Outlook, I see that i
I have been developing Crystal Reports for a while now and the software application is running perfect but got this error again the type initializer for "crysta
It's been a while since .NET Standard is introduced by Microsoft. Earlier, if I wanted to obtain information about Project, Solution and other related objects (