CalculateUntilAsyncQueriesDone()

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

Any ideas on what can make this method hang?

I'm using "CalculateUntilAsyncQueriesDone()" to resolve references to an
OLAP cube before moving onto the next code statements.

Interestingly, I've got two button_click handlers that reference the same
helper code which contains the CalculateUntilAsyncQueriesDone method. In
button_click1 it hangs; in button_click2 it runs, resolving the refrences.

Really strange.

Any thoughts?

By the way I'm using C# in VSTO to automate Excel.

Thanks,
Mark
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top