Skip to main content

Search

Search

ExportToFile Failing Silently

Comments

1 comment

  • Avatar
    Andy

    Follow up to this we've determined that it has to do with running the ExportToFile within a separate thread but still have no idea why bartender fails. 

    If I use a separate thread with code like this it works:

    ThreadPool.QueueUserWorkItem(MyFunctionToExport, Parameter); 

    But calling it like this fails. :

    MyFunctionToExport(Parameter);

    Basically within MyFunctionToExport() it initializes the label and sets a bunch of label fields and then calls the export.

    0

Please sign in to leave a comment.