ADC_INIT() causes VS 2008 to go into disassembly

I had the adc program provided under libdemos in the V1.9 library. I have since upgraded to the V2 library, and have an issue with adc_init() causing VS 2008 to go into Disassembly. I also went and incorporated the libdemos adc.c code, and get the same problem with these latest libraries.
ADC library version - Major 2, minor 0, Build 3858

I would like to get this operational again.
Any suggestions?
Thank you.

Are you using the debug or the release version of the libraries?
Do you see some messages in the VS2008 output window?
We have some ASSERT checks inside the libraries, but those should trigger only when you use the debug version.

When I run it in Debug, here is the output:
Load module: ADC_V2_A.exe
Load module: locale.dll
Load module: normalize.dll
Load module: fpcrt.dll
Load module: coredll.dll
I2c Error: Requested pin will not be configured, as I2C driver is already loaded…
Unknown: DEBUGCHK failed in file .\src\i2c_imx6.c at line 345

Release version works.

Yes, this is a known issue, it will be fixed in the new release of the libs.
You can just hit F5 when you hit the breakpoint, this is an issue only if you plan to use non-standard pins (194 and 196 on Colibri) for your I2C.