Thursday, 22 November 2012

How to create Solution file in VS 2010


When you build the website it will ask you an option to save the .sln file then you can save it inside your website. If saving opening does not appear when you build then you can find this file inside.. 
go to dis path C:\Documents and Settings\admin\My Documents\Visual Studio 2010\Projects. Here you can find you website name and fild you .sln file in that website. you can cut and paste that .sln in your website. Now you can run ur website by click on solution file.. 



  • Create a new solution (1 directory level above the project is convenient). 
    • Then use "Add existing Items" and multi-select all files you want to add. You can do this in several steps. Add references that are missing.
    • Create New Folder and rename to--> App_Code
      • Now you can import all the class file here

No comments:

Post a Comment