dannystommen
October 21st, 2009, 09:29 AM
I downloaded Microsoft Enterprise Library (http://msdn.microsoft.com/en-us/library/cc467894.aspx) for doing some validation.
I have both the .dll and its comment xml file. But when I add the dll as a reference, the comments are not shown in Visual Studio.
Any idea how to solve?
dglienna
October 21st, 2009, 10:39 PM
The first one?
To build the Cryptography QuickStart
1. Ensure that the Enterprise Library Source Code is installed.
2. Open the Enterprise Library Source Code folder in Windows Explorer or from the Start menu. To open it from the Start menu, click Start on the taskbar, point to All Programs, point to Microsoft patterns and practices, point to Enterprise Library 4.1 – October 2008, and then click Enterprise Library 4.1 Source Folder.
3. To run the factory version of the QuickStart, open the QuickStarts folder, open the Cryptography folder, and then open the CS folder (for C#) or the VB folder (for Visual Basic .NET).
4. To run the version of the QuickStart that demonstrates integration with the Unity Application Block, open the QuickStarts folder, open the Cryptography folder, and then open the CS-UnityIntegration folder (for C#) or the VB-UnityIntegration folder (for Visual Basic .NET).
5. Double-click the CryptographyQuickStart.sln icon.
6. Visual Studio opens, displaying the solution file. Open the Build menu and click Rebuild Solution. By default, this is a debug build.
7. Press F5 to run the QuickStart
dannystommen
October 22nd, 2009, 03:36 AM
Thanks for your reply, but I don't understand how this should fix the comment problem.
EDIT:
I solved it, also found the source of the validation block. I rebuilded it, and used the recompiled DLL and XML file. Now comment is showing.