How to open total project ?

Discussion in 'ASP.NET' started by naimish, Jul 2, 2009.

  1. naimish

    naimish New Member

    Joined:
    Jun 29, 2009
    Messages:
    1,043
    Likes Received:
    18
    Trophy Points:
    0
    Occupation:
    Software Engineer
    Location:
    On Earth
    I download a code from some site, I got only 4 part of it.

    Default.aspx
    Default.aspx.cs
    Web.Config
    App_Data (FOLDER)

    Now what should I do to open it as a proeper project in .NET ?
     
  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    The best bet would be to ask the person who has uploaded it.
     
  3. naimish

    naimish New Member

    Joined:
    Jun 29, 2009
    Messages:
    1,043
    Likes Received:
    18
    Trophy Points:
    0
    Occupation:
    Software Engineer
    Location:
    On Earth
    Solution :

    Goto File -> Open Website -> Give the full path of th Folder.

    Solution is the result of my R&D ;)
     
  4. nimesh

    nimesh New Member

    Joined:
    Apr 13, 2009
    Messages:
    769
    Likes Received:
    20
    Trophy Points:
    0
    Occupation:
    Oracle Apps Admin
    Location:
    Mumbai
    Home Page:
    http://techiethakkar.blogspot.com
    haha

    If you have the project file in it, then open it as project
    else open website

    If you open as website, it creates a project folder for you, in the path:
    C:\Documents and Settings\<username>\My Documents\Visual Studio <Ver>\Projects
    there you can find the solution file, which will open the complete project
    and if any associated project also

    I use it daily :lol:
     
  5. night.rider

    night.rider New Member

    Joined:
    Jul 13, 2009
    Messages:
    14
    Likes Received:
    1
    Trophy Points:
    0
    Occupation:
    create and implement Logic..
    Location:
    somewhere
    if u dnt have the soln file then open the default.aspx in VisualStudio and see the contents using design view and see that it'll work for u or u have to make ur own.. try it
     
  6. hotnspicy

    hotnspicy New Member

    Joined:
    Jul 6, 2009
    Messages:
    44
    Likes Received:
    4
    Trophy Points:
    0
    you will need to add all files
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice