I've a working website without project / solution. How can I generate a new project from this code? Thanx
Asked
Active
Viewed 7,543 times
3
-
Can you not just open the website via file -> open website? – u07ch Feb 17 '12 at 11:47
-
Yes but I don't have a "solution / project" then... – Feb 17 '12 at 13:33
3 Answers
4
Just to be ultra clear for everyone. In Visual Studio 2010 Express, do the following:
- Tools menu, Settings, Expert Settings
- File menu, New Project ... create your project
- File menu, Add, Existing Web site

Reddspark
- 6,934
- 9
- 47
- 64
3
Create a New solution from scratch, then choose add web existing website.
Point to the directory for your current code.

Jeremy A. West
- 2,162
- 4
- 27
- 40
1
Here is how you Create a Project from Existing Code Files

Ebad Masood
- 2,389
- 28
- 46
-
I don't have that on my "file" menu... I'm only able to create a new project from scracth... – Feb 17 '12 at 13:35
-
That's not the answer; the article linked is for Visual Studio 2013 – Jonathon Cowley-Thom Aug 14 '14 at 12:33