Results 1 to 3 of 3

Thread: change of projects solution file path

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2003
    Location
    india
    Posts
    273

    change of projects solution file path

    Hi buddies,
    I am new in .net and trap insome weird problem.
    whenever I am creating web project (vb/c#) ,in both the cases my project solution file is creating at different location whereas my project file is storing in virtual directiry which i am creating.
    also whenever i am tring to open project File-> Open Solution from File menu. It shows differnt location where all my solutions are creating now.
    I want to change the project solution path to same place where my all files are located i.e in virtual directory.

    Can anybody help me out.

    help is appreciated..

    Thanks & regards

    Pankaj Chandak

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: change of projects solution file path

    Create your virtual directory first, and then create your solution in there. All the files should then be in one place.

  3. #3
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704

    Re: change of projects solution file path

    The IDE places solution files in a document folders, because the solution does not have to be mapped to a web server, whereas the web project file does. It places the solution files in a document folders, because that's the standard location for windows forms apps as well.

    If you build a solution that contains a web project and a class library, the web project will be placed into your web server, and the class library will end up in your documents folder.

    Anyway, simply cut and paste your solution file to the same directory as your project file.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width