且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

是否可以创建“空解决方案"?使用Visual Web Developer 2010 Express?

更新时间:2023-10-06 13:43:04

首先,确定要在其中构建解决方案的文件夹位置.

然后在VWD 2010 Express中,从文件"菜单创建一个新项目".选择您喜欢的语言(例如C#)下的Windows模板,然后突出显示类库".为您的班级命名(即域"),然后在其下方可以选择设置解决方案文件夹的基本目录创建新解决方案",并为解决方案创建目录"提供一个解决方案名称".>

然后您可以使用File-> Add ...菜单选项将资源添加到您的解决方案中.

s it possible to create an "Empty Solution" with Visual Web Developer 2010 Express? It looks to me like that was possible to do so with VWD 2008 SP1 Express.

Anything to configure to get an empty solution? Or something similar, so that I can get more than one solution for a new application? I've VS2008 professional and I'd like to switch to VWD 2010 Express before I'm able to get VS2010 Professional edition.

Thanks for helping

First, identify a folder location in which you will build solutions.

Then in VWD 2010 Express, create a New Project from the File menu. Select the Windows templates under your preferred language (ie C#) and highlight Class Library. Name your Class (ie, "Domain") and below that you have options to set your base directory for the solution folder, 'Create new solution', and provide a 'Solution name' with the 'Create directory for solution'.

You can then use the File -> Add... menu option to add resources to the your solution.