Visual Studio Initial Setup

dotnetuser

New member
Joined
Mar 9, 2007
Messages
4
Programming Experience
Beginner
When I first run visual studio after the installation, it prompted me to select the type of development that I would be doing. I have accidentally selected visual basic instead of web development. I would like to use asp.net and vb.net. Is there any way I can change the type of development to web development instead of visual basic?
 
To reset your settings

  1. On the Tools menu, click Import and Export Settings.
  2. On the Welcome to the Import and Export Settings Wizard page, click Reset all settings and then click Next.
  3. If you want to save your current settings combination, click Yes, save my current settings, specify a file name, and then click Next.
    —or—
    If you want to delete your current settings combination, choose No, just reset settings, overwriting my current settings, and then click Next. This option does not delete default settings, which will still be available the next time you use the wizard.
  4. In Which collection of settings do you want to reset to, select a settings collection from the list.
  5. Click Finish.
    The Reset Complete page alerts you to any problems encountered during the reset.
 
Back
Top