.net 4.8

  1. Mohamadshirzad

    Error while sending request

    Hi, I have a code which in windows 10 works properly but in windows 7 ,I recieve the error : An error occurred while sending the request. System.Net.WebException: The request was aborted: Could not create SSL/TLS secure channel. at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult...
  2. AyalaOrtiz

    Create a file from the Arduino serial communication (using a HMI)

    I am trying to create a file with the data that my Arduino sends me from a graphical interface created in Windows Forms App (.NET Framework), currently I already receive the information and I use a graph to show the behavior of these variables type floats but I need to store that information...
  3. R

    c# and .Net Target on Target Systems

    Hello all, I have a little understanding problem with my small C# projects and .Net. If I created a project and set as target .Net 4.8, then on a target machine to which I copy all the files \bin\debug\* must be installed on the .Net 4.8 version? The same goes for the DLL references for...
  4. SamueDexterAYG

    Question How to sort names (strings) with assigned numbers from greatest to least as 1st 2nd 3rd etc

    Hello everyone. I am working on a score/grading app. Everything thing works fine except I am struggling with the actual functionality. I am able to generate the scores as shown below in a listbox but unable to sort them by their value from the greatest to the least and assign the text '1st'...
  5. H

    Question .NET 4.8 C#. DockerDotNet SSL

    DISCLAIMER: I am not a full-time dev, I'm likely to say/do stupid things in code. So bear with me. So I've been working on Integrating the DockerDotNet library into a project, initially, I did it all over ssh, just connect run the commands, and be done, but now I want to exploit some other...
Back
Top Bottom