跳到主内容

搜索

搜索

ExportToFile Failing Silently

评论

1 条评论

  • 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

请先登录再写评论。