2007年8月30日星期四

第二章 创建SmartClient项目工程

  • Menu->file->new->project
  • 展开Guidance packages,选择smart client development
  • 输入项目名及目录,点击ok

  • 选择CAB编译好的DLL目录

        Microsoft.Practices.CompositeUI.dll

        Microsoft.Practices.CompositeUI.WinForms.dll

          Microsoft.Practices.ObjectBuilder.dll

每个Smart Client 项目都需要上述的三个CAB dll文件。

  • 选择Enterprise Library DLL目录

Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.dll

Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging.dll

Microsoft.Practices.EnterpriseLibrary.Logging.dll

Microsoft.Practices.EnterpriseLibrary.Common.dll

Smart Client application use these dlls in Enterprise Library to handle Exception and Logging.

  • 输入该项目的“根命名空间 namespace”
  • 选中第一选项可以决定是否创建一个独立项目来定义Shell的layout

  • 点击Finish
  • 此时,Smart Client 项目创建成功。

没有评论: