views:

68

answers:

3

I recently installed VS2010 beta 2 and tried to create a new Visual C++ project. I enter the project name but the OK button is disabled so I cannot create it. I could not find any documentation online about this experience.

Does VS2010 beta 2 block users from creating new Visual C++ projects, or is my installation at fault?

+1  A: 

Sounds to me like an installation issue. I have not had the problem.

keithwarren7
TERACytE
A: 

Its most likely an installation issue - they have spent extensive amounts of effort on improving C++ development in vs2010.

Doesn't mean its not a bug though!

Zac
A: 

Just tried, worked for me. Is your projects folder writeable and did you make sure you have a valid Project Name and Solution Name? You can't have any characters that are reserved by the file system.

taspeotis