| Denzil Pinto 的个人资料TheBuzz照片日志列表 | 帮助 |
|
5月30日 Strong name key Microsoft Enterprise LibraryWell I am working on a project that requires the caching functionality in enterprise library. So I went ahead and downloaded EnterpriseLibrary-June2005 link.
Once you have downloaded and ran the exe, naviage to your : Program Files\Microsoft Enterprise Library June 2005\src. You will find GlobalAssemblyInfo.cs Open it and add : [assembly: AssemblyKeyFile("c:\\BizTalkTest.snk")]. Save the file.
If you want to generate the strong name goto you Visual Studio.Net command prompt. Type in sn -k biztalktest.snk
Next You will find EnterpriseLibrary.sln. Open it and expand each project file, open the AssemblyInfo.cs and remove [assembly : AssemblyKeyFile("")] and then save it. Compile and Close your the solution.
In Program Files\Microsoft Enterprise Library June 2005\src you will find two batch file
1. BuildLibrary.bat : This just compiles enterpriselibrary.sln. you can run it again if you wish but if you have already compiled successfully there is no need.
2. CopyAssemblies.bat : run this to copy all the assemblies to the bin folder.
once you have done goto Start > Microsoft patterns & practices > Enterprise Library - June 2005 > Enterprise Library Configuration.
In my next post I will show you an example of using enterprise library in biztalk 评论 (1)
引用通告此日志的引用通告 URL 是: http://denzilpinto.spaces.live.com/blog/cns!A2256C53CD2EC18E!208.trak 引用此项的网络日志
|
|
|