I am getting this issue: No connection could be made because the target machine actively refused it 127.0.0.1:8080.I use Sikuli4net library but scrn.click dont
How do I do this? I'm lost. The header parameters: new KeyValuePair<string, string>("checkout-account", MerchantId), new KeyValuePair<string, string>
When calling TryUpdate you should specify old value besides key, why is it required ? And additional question why TryUpdate method (and others similar) have whi
I'm trying to load a tensorflow graph model using cppflow in c++. I am able to load the model when I define the model loading globally in a standalone applicait
enter image description hereenter image description here I was trying to run a program on C#. Anyone know what the reason is and what the solution is?
I'm new to using EF as well as ASP.NET Core. I'm working on a simple web application and I am getting an error when I go to save a new record. When the DbCont
I have an elsa workflow parent which is calling some child workflows. Every child workflow has some custom activities (based on SendHttpRequest elsa activity).
namespace shush { public partial class Form1 : Form { private void btnFinish_Click(object sender, EventArgs e) {
Hi could someone guide me in the following problem, there must be tons of guides on this problem but for some reason I can't get google to find a nice how to, t
I intend to increment the counter by 1 when the url changes and return the final count, eg 10 if url changes 10 times. The program has to wait until the user cl
I'm facing a small problem with the unity's New Input system. I'm trying to build a VR game that has floating buttons in the scene. I have used a gaze reticle f
I'm trying to implement WOPI on my application but im having a hard time to find the secret key to generate a token see below image for the sample code from git
I have some code and when it executes, it throws a NullReferenceException, saying: Object reference not set to an instance of an object.
I have this code , and I would like to match this pattern: All characters a-z , A-Z between two "" . The variables should be between square brackets. How can I
I am doing a project with the acr1255u-j1 and Xamarin forms , but I can't figure how to connect the device to the application . Any help would be appreciated
I am trying to upload a file through stream to azure file share. This is my function : public static async Task UploadFile(string shareName, Stream content, str
I am trying to send a get request to a .NET API from a VueJS front end. I am getting the following error: Cross-Origin Request Blocked: The Same Origin Policy d
I am trying to parse the csv file using the following code string[] EachColumnData = null; EachColumnData = line.Replace("\",\"", "|").Replace(",,", "||").Repl
I have been making a survival game in unity and I have generated the trees with the below function The GenerateTree function void GenerateTree(int x, int y)
In my app I have a single Client class responsible to do communication via TCP/IP and I have several async Processes posting "work" to the Client class. What I