• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. antoniosarco
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    antoniosarco

    @antoniosarco

    0
    Reputation
    137
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    antoniosarco Unfollow Follow

    Latest posts made by antoniosarco

    • RE: Fog client 0.10.6 error "Object Reference not set to an instance of an object"

      The message “Object not set to instance of Object” means that you are trying to use an object which has not been initialized. That is, you either set it to null, or you never set it to anything at all. The runtime throwing a NullReferenceException always means the same thing: you are trying to use a reference. The reference is not initialized (or it was initialized, but is no longer initialized).

      Antonio

      posted in FOG Problems
      A
      antoniosarco