CommandBar Control Failing

O

Odd Spot

I currently working on an add-in that serializes an object to a binary
file. The object that is serialized contains an arraylist of objects.
The add-in deserializes the file, adds an object to the arraylist and
then re-serializes the object to persist the data.

After three or four consecutive re-serializations the button on my
custom outlook CommandBar stops working, in fact the whole CommandBar
stops working.

Does anyone know what is going on here? Is there an issue with the
ArrayList adjusting it's capacity?

Thanks
 

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

Top