visual-studiosilverlightsilverlight-3.0

While creating new project I am getting error "object reference not set to an instance of an object"


I have just started to use silverlight in visual studio 2k8. I have installed silverlight 3 tools for visual studio 2K8. Now while creating a new project an error is thrown - "object reference is not set to an instance of an object". Screen-shots are attached. Could you guyz please help?

Error screen shot
Create project screen shot


Solution

  • 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...