Menu

retrive an atribute byte Array

2004-11-22
2013-03-07
  • Nobody/Anonymous

    hi,
    I am trying retrive an object, this object has an atribute of type byte Array (File). When, I am running my application with debug mode , it is correct, but when, I am running in debug mode, it is a mistake.

    The mistake is : reference to object doesn't establish.

    I think that the problem is the sincronization with the process or not ?

    Saludos

    Victor (Madrid - Spain)

     
    • Nobody/Anonymous

      I have a same problem

       
    • Richard Banks

      Richard Banks - 2004-12-02

      That sounds like quite a strange problem.

      I don't know that I can really help, but can you give me a bit more information on what is happening and what the errors are.

      I'm just guessing but it may possible that file handles aren't being open/closed in a timely manner - or that you are referencing and object that is disposed.

       
    • Nobody/Anonymous

      Hi.
      The strange problem is that:
      I am runnig without debug, it is a mistake.
      I am runnig with debug, it is a correct.

       
    • Richard Banks

      Richard Banks - 2004-12-02

      Do you know where the error is occurring?  is there a stack trace, or something to help isolate where the error is coming from?

      A problem that is there in release mode, but not in debug is quite difficult to catch....  You could try adding console.writeline statements in the class property for the where the byte array to see if anything unusual is happening in your property set, etc.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.