Search results for query: *

  • Users: fakeNoose
  • Content: Threads
  • Order by date
  1. fakeNoose

    Resolved Invoke tasks repeatedly but only if previous task completed

    Hey Everyone I'm using the below to find all children classes of an abstract base class and then instantiate each of them and add that instance to a list. What I'm wanting to be able to do is loop through that list of instances and run a Task that is part of the abstract base class for each...
  2. fakeNoose

    Question How to Cast Object to List<int>

    Hey everyone, I have an API that is converting my List<int> into an object so that it can be sent over the network. When I get it on the receiving end I'm trying to convert it back to a List<int> but I can't figure out how to do that. When I print the object.ToString() out I see the below...
  3. fakeNoose

    Resolved Mysql.Data Connection must be valid and open error when trying to ExecuteReader

    Hey guys, I'm fairly new to C#, and I'm completely failing to understand why I keep getting this Connection must be valid and open error when I try to run ExecuteReader. I know the connection to the database is successful, for some reason this error only throws if I'm doing it within a using...
Back
Top Bottom