While creating new project I am getting error "object reference not set to an instance of an object"
Try re-setting your Visual Studio settings. Go to Start > Visual Studio Command Prompt (2008) and run the commands sequentially:
devenv /ResetSettings
devenv /ResetSkipPKGS
See if this does the trick...