Hi All,
I have downloaded clearcanvas 2.0 release tag versions and build it.I see full of dependency errors,Looks like its missing log4net dll and i added reference to particular project and it works.i had to do so much fix like this to make it work.
for example
Error 1 The type or namespace name 'log4net' could not be found (are you missing a using directive or an assembly reference?) C:\Clearcanvas\ImageServer\Common\log4net\RollingFileAppender.cs 54 7 ClearCanvas.Common
why this happens with release version code.Am i missing something here.Please let me know the steps...
i also have this error after i fix all the dependencies error
Error 355 The "ClearCanvas.Utilities.BuildTasks.RegexIsMatch" task could not be loaded from the assembly C:\Clearcanvas\ImageServer\Server\ShredHostService\\..\..\ReferencedAssemblies\MSBuild\ClearCanvas.Utilities.BuildTasks.dll. Could not load file or assembly 'file:///C:\Clearcanvas\ImageServer\ReferencedAssemblies\MSBuild\ClearCanvas.Utilities.BuildTasks.dll' or one of its dependencies. The system cannot find the file specified. Confirm that the declaration is correct, and that the assembly and all its dependencies are available. C:\Clearcanvas\ImageServer\Server\ShredHostService\\PostBuild_dist.proj 134 5 ClearCanvas.Server.ShredHostService