Hi, I have just forked Castle.Facilities.Wcf and when I run the ClickToBuild.cmd file, the project will not compile.
All the error messages are to do with the ConcurrentDictionary. e.g. Client\Async\TypeSystem\AsyncType.cs(40,27): error CS0246: The type or namespace name 'ConcurrentDictionary' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects \castle\Castle.Facilities.Wcf\src\Castle.Facilities.WcfIntegration \Castle.Facilities.WcfIntegration.csproj] I am unfamiliar with the ConcurrentDictionary but it is new in .NET 4.0. Is there something missing in the Castle.Common.Targets file? Cheers Paul -- You received this message because you are subscribed to the Google Groups "Castle Project Development List" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-devel?hl=en.
