if i run wizard w 32 on visual studio 2008 is ok .
if i run wizard w 64 on visual studio 2008 i must run in administrator right .
if i run in administrator right wizard w 64 on visual studio 2008 i do can not made new project in visual studio 2008 because menu wizard can not open .
What do i ought ?
I’m having the same issue. I’ve asked about it in the Wizard thread, located here:
[url=“http://forums.nvidia.com/index.php?showtopic=83054&st=20&gopid=487678&#entry487678”]http://forums.nvidia.com/index.php?showtop...mp;#entry487678[/url]
No response as yet (but I only asked it today). kyzhao is usually prompt in answering.
Cheers,
John
We found out what my problem was. In the file C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\vcprojects\CUDA64WinApp.vsz there is a small typo error for the 64 bit version. If you only have VS 2008 installed and no previous version on a 64-bit system then you need to correct this typo before the 64 bit Wizard will run.
The line
Wizard=VsWizard.VsWizardEngine.8.0
should be:
Wizard=VsWizard.VsWizardEngine.9.0
Cheers,
John
Weird. I see wizard (does not work) in VS2008 64 bit but I don’t have C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\vcprojects\CUDA64WinApp.vsz file on my computer