Error while loading dll files: Binary Problem

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.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. Bellow is my error from output box.

Does anyone know what this means and how to fix it? I have currently downloaded all pdb files related.

'Resampling.exe': Loaded 'C:\Users\RETINALOCT2\Desktop\Jay\ OCT Processor\gpu_testers\Debug\Resampling.exe' , Symbols loaded.

'Resampling.exe': Loaded 'C:\Windows\System32\ntdll.dll'

'Resampling.exe': Loaded 'C:\Windows\System32\kernel32.dll'

'Resampling.exe': Loaded 'C:\Windows\System32\KernelBase.dll'

'Resampling.exe': Loaded 'C:\Users\RETINALOCT2\Desktop\Jay\ OCT Processor\gpu_testers\Debug\cudart32_32_16.dll' , Binary was not built with debug information.

'Resampling.exe': Loaded 'C:\Windows\System32\nvcuda.dll', Binary was not built with debug information.

'Resampling.exe': Loaded 'C:\Windows\System32\user32.dll'

'Resampling.exe': Loaded 'C:\Windows\System32\gdi32.dll'

'Resampling.exe': Loaded 'C:\Windows\System32\lpk.dll'

'Resampling.exe': Loaded 'C:\Windows\System32\usp10.dll'

'Resampling.exe': Loaded 'C:\Windows\System32\msvcrt.dll'

'Resampling.exe': Loaded 'C:\Windows\System32\setupapi.dll'

'Resampling.exe': Loaded 'C:\Windows\System32\cfgmgr32.dll'

'Resampling.exe': Loaded 'C:\Windows\System32\rpcrt4.dll'

'Resampling.exe': Loaded 'C:\Windows\System32\advapi32.dll'

'Resampling.exe': Loaded 'C:\Windows\System32\sechost.dll'

'Resampling.exe': Loaded 'C:\Windows\System32\oleaut32.dll'

'Resampling.exe': Loaded 'C:\Windows\System32\ole32.dll'

'Resampling.exe': Loaded 'C:\Windows\System32\devobj.dll'

'Resampling.exe': Loaded 'C:\Windows\System32\imm32.dll'

'Resampling.exe': Loaded 'C:\Windows\System32\msctf.dll'

'Resampling.exe': Loaded 'C:\Windows\System32\dwmapi.dll'

'Resampling.exe': Unloaded 'C:\Windows\System32\dwmapi.dll'

'Resampling.exe': Loaded 'C:\Windows\System32\nvapi.dll'

'Resampling.exe': Loaded 'C:\Windows\System32\shlwapi.dll'

'Resampling.exe': Loaded 'C:\Windows\System32\shell32.dll'

'Resampling.exe': Loaded 'C:\Windows\System32\version.dll'

'Resampling.exe': Loaded 'C:\Windows\System32\wintrust.dll'

'Resampling.exe': Loaded 'C:\Windows\System32\crypt32.dll'

'Resampling.exe': Loaded 'C:\Windows\System32\msasn1.dll'

First-chance exception at 0x76029617 in Resampling.exe: Microsoft C++ exception: cudaError at memory location 0x001bf5f0..

The program '[4932] Resampling.exe: Native' has exited with code 0 (0x0).