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

  • 相关阅读:
    Hibernate入门
    安卓第四周作业
    第十三周作业
    第十三周上机作业
    第十二周作业
    第十二周上机作业
    第十一周作业
    第十一周上机作业
    第十周上机作业
    第九周上机作业
  • 原文地址:https://www.cnblogs.com/goody9807/p/271210.html
Copyright © 2011-2022 走看看