Skip to content

Instantly share code, notes, and snippets.

@jasondentler
Created February 28, 2011 14:27
Show Gist options
  • Save jasondentler/847377 to your computer and use it in GitHub Desktop.
Save jasondentler/847377 to your computer and use it in GitHub Desktop.
@@ -85,10 +85,11 @@ namespace Ncqrs.Eventing.ServiceModel.Bus
Log.DebugFormat("Call finished.");
}
}
+ [ContractVerification(false)]
protected IEnumerable<Action<PublishedEvent>> GetHandlersForEvent(IPublishableEvent eventMessage)
{
if (eventMessage == null)
return null;
[exec] CommandWebService.cs(6,28): error CS0234: The type or namespace name 'Contracts' does not exist in the namespace 'Ncqrs.CommandService' (are you missing an assembly reference?) [C:\Projects\ncqrs\Extensions\src\Ncqrs.CommandService\Ncqrs.CommandService.csproj]
[exec] CommandWebService.cs(15,38): error CS0246: The type or namespace name 'ICommandWebService' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\ncqrs\Extensions\src\Ncqrs.CommandService\Ncqrs.CommandService.csproj]
[exec] CommandWebService.cs(24,40): error CS0246: The type or namespace name 'ExecuteRequest' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\ncqrs\Extensions\src\Ncqrs.CommandService\Ncqrs.CommandService.csproj]
[exec] CommandWebService.cs(24,16): error CS0246: The type or namespace name 'ExecuteResponse' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\ncqrs\Extensions\src\Ncqrs.CommandService\Ncqrs.CommandService.csproj]
[exec]
[exec] 6 Warning(s)
[exec] 4 Error(s)
[exec]
[exec] Time Elapsed 00:00:10.62
BUILD FAILED
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment