zoukankan      html  css  js  c++  java
  • [总结]Enterprise Library的new菜单中没有发现.nettiers.Configuration选项

    1. Download the June release of Enterprise Library
    2. Follow the readme instruction of EntLib to compile for VS2005 (except use VS2005 rather than VS2005B2)
    3. Get the latest source code for the NetTiers code.  You can not use the Nightly builds download, since it only contains the templates and not the source code.  You will need to get the code from the CVS repository.
    4. open the NetTiers.Configuration.2005.sln
    5. Changes the references to point to your newly compile EntLib dlls (EntLib\bin directory).
    6. Compile the solution
    7. Copy NetTiers.Configuration.2005.dll and NetTiers.Configuration.Design.2005.dll to the EntLib\bin directory.
    8. Copy NetTiers.Configuration.2005.dll and the Entlib dlls (Data, Caching, Configuration, Common) to the NetTiers\Templates\References\vs2005beta2 directory (the directory name hasn't been updated for VS2005 RTM).
    9. At this point, you should be able to generate your code and build your app.config file as shown in the video.  Make sure that when you are generating DAL project that you pick vs2005 as your project type so that it picks the correct versions of the Entlib assemblies and NetTiers.Configuration.


    Nettiers 一个技术论坛
    http://forum.codesmithtools.com/default.aspx?f=19

  • 相关阅读:
    路由追踪BestTrace命令详解
    python MD5 信息摘要
    BFD 协议介绍
    IPSec 详细分析 二
    什么是分光器
    聊聊编码与解码(弄懂bytes,utf8,ascii,unicode)
    OS实践1: Windows 11 配置 WSL
    Mac上录屏录音
    同步相关 及音量
    iOS相关文档
  • 原文地址:https://www.cnblogs.com/goody9807/p/271210.html
Copyright © 2011-2022 走看看