Search results for query: *

  1. L

    Question Thousands of first chance SocketExceptions - Hangs app

    I have a game server coded in .NET that hosts around 100 players and about 300 NPC connections. The server has gone through years of refinement and I have it in pristine working order when dealing with player connections. By that I mean it is not uncommon for us to go four months without...
  2. L

    Question Regarding Assembly.LoadFile when loading assemblies that reference other assemblies

    <- facepalms Thank you very much. I wish the intellisense comments for both of those methods were as clear as that website.
  3. L

    Question Regarding Assembly.LoadFile when loading assemblies that reference other assemblies

    Okay, for brevity's sake I'm calling my host application, which uses a plugin architecture, A. The assembly that it is loading will be called B, and the assembly that B references is called C. C is not an assembly installed in the GAC, nor do I want do to this, because B, and if present, its...
Back
Top