Issues to run .cu in VS9

Hi guys,

When I build the vectorAdd.cu file proposed in the sdk i got :
1>------ Début de la génération : Projet : vectorAdd, Configuration : Release Win32 ------
1>Compiling with CUDA Build Rule…
1>“C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v3.2\bin\nvcc.exe” -gencode=arch=compute_10,code="sm_10,compute_10" -gencode=arch=compute_20,code="sm_20,compute_20" --machine 32 -ccbin “C:\Program Files\Microsoft Visual Studio 9.0\VC\bin” -Xcompiler “/EHsc /W3 /nologo /O2 /Zi /MT " -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v3.2/include” -I"./" -I"…/…/common/inc" -I"…/…/…/shared/inc" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v3.2\include" -maxrregcount=32 --compile -o “Release/vectorAdd.cu.obj” vectorAdd.cu
1>vectorAdd.cu
1>tmpxft_00003d24_00000000-6_vectorAdd.compute_20.cudafe1.gpu
1>tmpxft_00003d24_00000000-10_vectorAdd.compute_20.cudafe2.gpu
1>vectorAdd.cu
1>tmpxft_00003d24_00000000-3_vectorAdd.compute_10.cudafe1.gpu
1>tmpxft_00003d24_00000000-14_vectorAdd.compute_10.cudafe2.gpu
1>vectorAdd.cu
1>vectorAdd.cu
1>tmpxft_00003d24_00000000-6_vectorAdd.compute_20.cudafe1.cpp
1>tmpxft_00003d24_00000000-23_vectorAdd.compute_20.ii
1>Le journal de génération a été enregistré à l’emplacement “file://c:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK 3.2\C\src\vectorAdd\Release\BuildLog.htm”
1>vectorAdd - 0 erreur(s), 0 avertissement(s)
========== Génération : 1 a réussi, 0 a échoué, 0 mis à jour, 0 a été ignoré ==========

Then when I build the project (using Release win32, the other option x64 doesn’t work) I got :

2>vectorAdd - 0 erreur(s), 0 avertissement(s)
========== Génération : 2 a réussi, 0 a échoué, 1 mis à jour, 0 a été ignoré ==========

So I think everything is working well.

But when I try to run without debugging the project I got an error message like : “RegSvr32” is not good…

Someone knows hiw I can figure out this issue ?