I just checked out the latest castle trunk from svn. Specifically, I am trying to get the WCF integration to compile in VStudio 2008 so I can figure out how to use it. I used NANT to build the entire castle project and then tried to open WcfIntegration-vs2008.sln and build it. Unfortunately, it wont compile. Looks like the VS2008 projects are in a funk in the WCFIntegration solution.
------ Build started: Project: Castle.Facilities.WcfIntegration- vs2008, Configuration: Debug Any CPU ------ C:\Windows\Microsoft.NET\Framework\v3.5\Csc.exe /noconfig /nowarn: 1591,1701,1702 /errorreport:prompt /warn:4 / define:TRACE;DEBUG;DOTNET35 /reference:"C:\Program Files\CastleProject \Bin\net-2.0\Castle.Core.dll" /reference:"C:\Program Files \CastleProject\Bin\net-2.0\Castle.MicroKernel.dll" /reference:"C: \Program Files\CastleProject\Bin\net-2.0\Castle.Windsor.dll" / reference:C:\Windows\Microsoft.NET\Framework \v2.0.50727\System.configuration.dll /reference:"c:\Program Files \Reference Assemblies\Microsoft\Framework\v3.5\System.Core.dll" / reference:C:\Windows\Microsoft.NET\Framework \v2.0.50727\System.Data.dll /reference:C:\Windows\Microsoft.NET \Framework\v2.0.50727\System.dll /reference:"C:\Program Files \Reference Assemblies\Microsoft\Framework \v3.0\System.Runtime.Serialization.dll" /reference:"C:\Program Files \Reference Assemblies\Microsoft\Framework \v3.0\System.ServiceModel.dll" /reference:"c:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.ServiceModel.Web.dll" / reference:C:\Windows\Microsoft.NET\Framework \v2.0.50727\System.Web.dll /reference:C:\Windows\Microsoft.NET \Framework\v2.0.50727\System.Xml.dll /debug+ /debug:full /optimize- / out:obj\Debug\Castle.Facilities.WcfIntegration.dll /target:library / warnaserror+ Behaviors\AbstractExtensibleObject.cs Behaviors \AbstractExtension.cs Behaviors\Lifecyle \AbstractMessageEnvelopeAction.cs Behaviors\Lifecyle \IMessageLifecyleAction.cs Behaviors\Lifecyle \IMessageEnvelopeAction.cs Behaviors\Lifecyle\IMessageAction.cs Behaviors\Lifecyle\MessageLifecycle.cs Behaviors\Lifecyle \MessageLifecycleBehavior.cs Behaviors\Lifecyle \AbstractMessageAction.cs Behaviors\WcfBehaviorActivator.cs Client \AbstractChannelFactoryAware.cs AssemblyInfo.cs Behaviors \AbstractWcfExtension.cs Behaviors\ExtensionDependencies.cs Behaviors \Logging\AbstractMessageFormatter.cs Behaviors\Logging \LogMessageFormat.cs Behaviors\Logging\CustomMessageFormatter.cs Behaviors\Logging\LogMessageEndpointBehavior.cs Client \AbstractChannelBuilder.Generic.cs Behaviors \ServiceEndpointExtensions.cs Client\ChannelCreatorExtension.cs Client \Default\DefaultClientModel.cs Behaviors\Logging \LogMessageInspector.cs Client\Duplex\DuplexChannelBuilder.cs Client \Duplex\DuplexClientModel.cs Client \WcfClientCleanUpDecommisionConcern.cs IWcfCleanUp.cs WcfContextChannel.cs IChannelFactoryAware.cs Internal \WcfCommunicationDecommisionConcern.cs IWcfBurden.cs Internal \WcfExtensionHelper.cs IWcfExtensionVisitor.cs IWcfExtension.cs Behaviors\WcfEndpointExtensions.cs Behaviors\WcfExtensionScope.cs Client\Rest\RestChannelBuilder.cs Client\Rest\RestClientModel.cs Client \Default\DefaultChannelBuilder.cs Client \WcfManagedChannelInterceptor.cs Client\WcfClient.cs Client \WcfClientDescriptor.cs IClientChannelBuilder.cs Client \AbstractChannelBuilder.cs IWcfClientModel.cs IWcfEndpointVisitor.cs IServiceHostBuilder.cs IWcfEndpoint.cs Client\WcfClientActivator.cs Client\WcfClientExtension.cs Client\WcfClientModel.cs Internal \WcfConstants.cs IWcfServiceModel.cs Service \AbstractServiceHostBuilder.cs Service \AbstractServiceHostBuilder.Generic.cs Service \AbstractServiceHostAware.cs Service\Default\DefaultServiceHost.cs Service\Default\DefaultServiceHostBuilder.cs Service\Default \DefaultServiceModel.cs Service\Default\DefaultServiceHostFactory.cs IServiceHostAware.cs Service\IWcfServiceHost.cs Service\Rest \RestServiceHost.cs Service\Rest\RestServiceHostBuilder.cs Service\Rest \RestServiceModel.cs Internal\WcfBurden.cs Service \ServiceHostExtensions.cs Service\WindsorServiceHostFactory.cs Behaviors\WcfExplicitExtension.cs WcfEndpoint.cs WcfFacility.cs Service \WcfServiceExtension.cs Service\WcfServiceModel.cs Internal \WcfUtils.cs Service\WindsorDependencyInjectionServiceBehavior.cs Service\WindsorInstanceProvider.cs Behaviors\WcfServiceExtensions.cs C:\dev\CSharp\Castle\trunk\Facilities\Wcf \Castle.Facilities.WcfIntegration\Client\WcfClientDescriptor.cs (20,27): error CS0234: The type or namespace name 'Registration' does not exist in the namespace 'Castle.MicroKernel' (are you missing an assembly reference?) C:\dev\CSharp\Castle\trunk\Facilities\Wcf \Castle.Facilities.WcfIntegration\Client\WcfClientDescriptor.cs (25,37): error CS0246: The type or namespace name 'IRegistration' could not be found (are you missing a using directive or an assembly reference?) C:\dev\CSharp\Castle\trunk\Facilities\Wcf \Castle.Facilities.WcfIntegration\Service\WcfServiceExtension.cs (15,27): error CS0234: The type or namespace name 'Registration' does not exist in the namespace 'Castle.MicroKernel' (are you missing an assembly reference?) C:\dev\CSharp\Castle\trunk\Facilities\Wcf \Castle.Facilities.WcfIntegration\Client\WcfClientDescriptor.cs (28,18): error CS0246: The type or namespace name 'ComponentRegistration' could not be found (are you missing a using directive or an assembly reference?) C:\dev\CSharp\Castle\trunk\Facilities\Wcf \Castle.Facilities.WcfIntegration\Client\WcfClientDescriptor.cs (41,47): error CS0246: The type or namespace name 'ComponentRegistration' could not be found (are you missing a using directive or an assembly reference?) Anyone else had any luck getting the WCF latest WCF integration trunk code --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Castle Project Users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
