I have got the source code and installed development environment, by following https://trac.clearcanvas.ca/source/wiki/GettingTheCode
I've found some problems/inconsistencies, which could be fixed on "Getting the Code" page.
1. InstallClientCert.bat file is not located in /Trunk/ImageServer/ShredHostService project, but /Trunk/ImageServer/TestApp
2. If I would like to run ClearCanvas Workstation from Visual C# 2008 Express , Visual C++ 2008 must be installed (otherwise error "System.IO.FileLoadException: Could not load file or assembly ClearCanvas.Dicom.Codec.Jpeg" occures).
So point 1. inside "Building the ImageViewer Code (Using 2008)" could be changed to:
1. Install Visual Studio 2008 SP1 or Visual C# (and C++) 2008 Express Edition (free from Microsoft)
And there could be a note, that in case of C# Express Edition "Microsoft Visual C++ 2005 SP1 Redistributable Package (x86)" must be installed (http://www.microsoft.com/downloads/...laylang=en))