I have a program that is calling a method from an external library every second. It will work for weeks where the library is called over 50000 times, then will randomly give me an exception:
Method '~' of object '~' failed
I have read it could be a problem with the MDAC versions (http://support.microsoft.com/kb/255986), but this doesn't make sense to me as it works 99% of the time. The call does not change and neither does the data that it is being given to the method. I am working in C#, but the library was given with a VB.NET package if that makes a difference.