locked
Issues in building a windows 8 cloud application RRS feed

  • Question

  • Hi All,

    I have created a windows 8 cloud application in vs 2010. When I run the project, I am getting error at the following location. web project -> CloudServices.Notifications -> Controllers -> EndpointController.cs

     
     [AuthenticateEndpoint, AuthorizeManagementEndpoint]
            public HttpResponseMessage<Endpoint> Get(string applicationId, string deviceId)
            {

    The error is "The non-generic type 'System.Net.Http.HttpResponseMessage' cannot be used with type arguments" .


    Nazia

    Friday, June 8, 2012 12:59 PM

Answers

All replies