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

  • 相关阅读:
    SASS教程sass超详细教程
    浅谈angular2+ionic2
    深入理解JSON对象
    浅谈闭包
    响应式开发入门
    CSS之float属性归纳探讨
    新学期加油
    Good moring!
    async await的前世今生
    ASP.NET配置KindEditor文本编辑器-图文实例
  • 原文地址:https://www.cnblogs.com/goody9807/p/271210.html
Copyright © 2011-2022 走看看