原文链接:Manually Installing Orchard 文章内容基于Orchard 1.8版本 本文将演示通过zip安装包安装Orchard所需要的步骤. 本文包括如下三种不同的Orchard使用方式: IIS. WebMatrix and IIS Express Visual Studio and the Visual Studio Development Server. 注意: 如果你倾向于使用Web Platform Installer,或者准备使用WebMatrix来开发网站,
第一步先来建一个最简单的Windows窗体应用程序,并为项目命名为WinFormTest,解决方案为WinFormSetup 第二步在窗体Form中添加一个按钮并在按钮事件中添加代码,只做测试因此简单一点 namespace WinFormTest { public partial class Form1 : Form { public Form1() { InitializeComponent(); }