Problem with starting device emulation mode

When I start the program in debug device emulation mode the function cudaGetDeviceCount returns 0.
Video accelerator Nvidia Geforce Go 7300. All drivers are installed. The program compiles without any errors.

Do you use 3.0 sdk? need to include cudart32emu.lib something like it.

Yes, I use 3.0 sdk. I`ve tied to link with cudart32emu.lib, but it the function cudaGetDeviceCount still returns 0 in emulation mode :(

Did you put appropriate cudart32 emu dll at path?

I use dlls from C:\CUDA\bin\ and libs from C:\CUDA\lib.