February 1, 20169 yr Newbies Hi, I am developing a c# application and connecting to FM SErver 14. But I always have the following problem: Unhandled exception at 0x0BB51FE0 (fmodbc32.dll) in xxx.exe: RangeChecks instrumentation code detected an out of range array access Would you have an idea? I am using Windows 10 and Visual Studio 2015. Thanks,
February 1, 20169 yr Is your Windows 10 a 32-bit machine? If not then use the 64-bit ODBC drivers As an alternative you may want to look into something like fmdotNet (www.fmdotnet.org) to use the FMS XML API so you don't need ODBC or its drivers and have a little more power like the ability to run a server-side script after sending your data.
Create an account or sign in to comment