Tagged Questions

2
votes
3answers
1k views

DLL runtime error crashes my c# app - how to avoid it?

Within my windows app, i'm using a c++ DLL wrapped with a .NET DLLs (specifically - the quickfix engine). While running, once every day (not at any specific time), in one of the a constructor of one ...