Strange Error popping out with dll

Hello Im using Window Platform with 9800GT and 9500GT for debugging my program.
When I run the code it says

First-chance exception at 0x76029617 (KernelBase.dll) in Resampling.exe: Microsoft C++ exception: cudaError at memory location 0x0027f6e0…
The program ‘[5296] Resampling.exe: Native’ has exited with code 0 (0x0)

Does anyone know what this means and how to fix it? I have currently downloaded all pdb files related and before it somehow said
cuda32_16_16.dll bindary is not compiled or something sort of like that. Thank you.

Actually what is happening is that even after I have directed pdb files for each dll files (kernel32, KernelBase …etc) somehow
on the module window it says cuda32_16_16.dll symbol status: Binary was not built with debug information. Then I relocate the
pdb files and now the error above appears. Does anybody have a similar error going on? Can somebody fix the problem? Thank you