Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source doesn't compile #2

Open
rwollgar opened this issue Sep 25, 2011 · 1 comment
Open

Source doesn't compile #2

rwollgar opened this issue Sep 25, 2011 · 1 comment

Comments

@rwollgar
Copy link

AssemblyInfo.cs missing from both projects, but referenced in project file.
HttpConfigurationExtensions class doesn't compile. Gives cast error.

Error 13 Cannot implicitly convert type 'System.Action<System.Collections.ObjectModel.Collection<Microsoft.ApplicationServer.Http.Dispatcher.HttpOperationHandler>,System.ServiceModel.Description.ServiceEndpoint,Microsoft.ApplicationServer.Http.Description.HttpOperationDescription>' to 'System.Action<System.Collections.Generic.ICollection<Microsoft.ApplicationServer.Http.Dispatcher.HttpOperationHandler>,System.ServiceModel.Description.ServiceEndpoint,Microsoft.ApplicationServer.Http.Description.HttpOperationDescription>'. An explicit conversion exists (are you missing a cast?) D:\Projects\wcfwebapi5explorations\WcfWebApi.Preview5.Explorations\WcfWebApi.Preview5.Explorations.Common\HttpConfigurationExtensions.cs 19 36 WcfWebApi.Preview5.Explorations.Common

More compile error's

Error 1 The type or namespace name 'TaskServiceAttribute' could not be found (are you missing a using directive or an assembly reference?) D:\Projects\wcfwebapi5explorations\WcfWebApi.Preview5.Explorations\WcfWebApi.Preview5.Explorations.SelfHostedDemos\TaskBasedOperationsDemo.cs 17 27 WcfWebApi.Preview5.Explorations.SelfHostedDemos

Error 3 The type or namespace name 'TaskOperationAttribute' could not be found (are you missing a using directive or an assembly reference?) D:\Projects\wcfwebapi5explorations\WcfWebApi.Preview5.Explorations\WcfWebApi.Preview5.Explorations.SelfHostedDemos\TaskBasedOperationsDemo.cs 20 40 WcfWebApi.Preview5.Explorations.SelfHostedDemos

@pmhsfelix
Copy link
Owner

  1. I confirm that AssemblyInfo was missing. Problem is already solved.

  2. I'm unable to reproduce the other compilation errors: I've used clean clones and everything works fine. Notice that I'm using the "WebAPI-Prototype" branch of the "Preview 5" tag (commit 8eae476dc836). Some functionality is only present at this branch and not on the "default".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants