Hi Victor,
what do mean with "after some time". If it means it is working for a while and then suddenly stops I would check the following:
- is the addon task ended -> addon crash
-> maybe unhandled exception -> handle it
- is it a 64 bit TS ? -> possible dll mismatch ( this is something I experienced with crystal reports )
- permission problem ( any file read/write actions ? ), concurrent file access
regards,
Maik