Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
  Database
Automation
OS/Networking
Graphics
Links
Tools
» Regular Expr Tester
» Free Tools

Creating a project into an existing folder
[ All Languages » VB.net »  IDE]

Total Hit ( 2540)

Rate this article:     Poor     Excellent 

 Submit Your Question/Comment about this article

Rating


 


When you create a new project, VS.NET automatically creates a folder with the project's name under the selected directory. If you name your project MyTestProject, and select an existing folder named c:\My Project\MyTestProject as destination directory, in reality the final project's folder will be c:\My Project\MyTestProject\MyTestProject. This is a problem also when you want to create a project with a certain name, but use a different name for the physical folder that will contains its files.

The solution is simple: first create the destination folder you want, where you want, and then from the VS.NET's New Project dialog select the New Project in Exisiting Folder option. Type the project name, click OK and a new dialog will pop up to allow you select an existing folder for your project. Note that this option just creates the .vbproj project file, you'll have to manually create new source files or import existing files.

This option is also extremely useful when you want to create an ASP.NET project under the default web site, usually in :\Inetpub\wwwroot. To do this, from the dialog that allows you to select an existing folder, select http://localhost/.


Submitted By : Nayan Patel  (Member Since : 5/26/2004 12:23:06 PM)

Job Description : He is the moderator of this site and currently working as an independent consultant. He works with VB.net/ASP.net, SQL Server and other MS technologies. He is MCSD.net, MCDBA and MCSE. In his free time he likes to watch funny movies and doing oil painting.
View all (893) submissions by this author  (Birth Date : 7/14/1981 )


Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.