Cublas Ecxception at program exit

I always get a fist chance exception during exit from every application using cublas APIs.
for example this the message in the output window of the VS2005 when exiting from the simpleCublas application(the SDK sample):

“First-chance exception at 0x7c81eb33 in simpleCUBLAS.exe: Microsoft C++ exception: cudaError_enum at memory location 0x0012fba8…”

I am using the SDK V1.1 , Geforce 880 GTX card and Visual studio 2005.

I’m getting the same error message. The code which worked fine in another project suddenly fails when I integrate it into another project. Can I just ignore this exception?