![]() |
How to open total project ?
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 ? |
Re: How to open total project ?
The best bet would be to ask the person who has uploaded it.
|
Re: How to open total project ?
Solution :
Goto File -> Open Website -> Give the full path of th Folder. Solution is the result of my R&D ;) |
Re: How to open total project ?
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: |
Re: How to open total project ?
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
|
Re: How to open total project ?
you will need to add all files
|
| All times are GMT +5.5. The time now is 14:10. |