I'm using Visual Studio .NET 2003 to debug a COM add-in and the following is constantly output in the debug output window:- First-chance exception at 0x7c81eb33 in SOPOSUSER.exe: 0xC000008F: Floating-point inexact result.
Of course I can just ignore these but the problem is that it appears to slow down Store Operations POS to a crawl. Judging by what is being drawn at the time, I would guess that the fault lies with the grid control used to display the transacion.
Is there anyway of fixing/stopping this from happening?
Ian