C
C#16mo ago
njrl

❔ I need help on my errors on my code

6 Replies
Thinker
Thinker16mo ago
What errors are you getting?
njrl
njrl16mo ago
Thinker
Thinker16mo ago
Is this the entire file? also what are you making?
njrl
njrl16mo ago
yes
Thinker
Thinker16mo ago
Well it appears just abruptly cut off
public void Start()
{
using (ProcessModule module = Process.GetCurrentProcess().MainModule)
{
public void Start()
{
using (ProcessModule module = Process.GetCurrentProcess().MainModule)
{
Accord
Accord16mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
Simple 2D graphics in C#I want to make a 2D physics engine (mostly for learning), and I need a way to visualise the simulati❔ What of use is the identifier for the delegate?I do think ```csharp public delegate void NumManipulationHandler(string state); ``` can be modified ❔ Implementing binary search to search through multiple arraysi'm trying to create a binary search of my own to search through a string array of numbers for a use❔ EF Core "upsert" - insert if it doesn't exist, update if it doesI'm trying to "optimize" the command below. > The term upsert is a combination of the words “update✅ Getting array values through ReflectionI'm making an "interpreter" using reflection but I don't know how to access the value of array eleme❔ Execute a target before resources are embedded using a wildcardI am trying to create a template for using the gircore bindings to gtk with blueprint-compiler, a to✅ Interesting uses of yield returnI recently needed to generate an arbitrary number of unique random numbers, and after a little thinkLooking for Resources on OOP Concepts: Abstraction, Interfaces, Virtual/Override Keywords, and MoreHi everyone, I have a basic understanding of object-oriented programming (OOP), but I still have so❔ Passwordless Authentication? (ASP.NET)What's the simplest way to implement passwordless authentication to an mvc app? I wish to have a sim❔ Problem with WebClientDownloading a file using DownloadFile(). What can limit file upload size via WebClient? There are fi