Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Craig100 1136 posts 2523 karma points c-trib
    Feb 19, 2014 @ 18:36
    Craig100
    0

    V7.0.3 starter kit failure

    Installed V7.0.3 into VS2012 via nuget. Had to do this: "Update-Package Microsoft.AspNet.WebApi -Version 4.0.30506" from:http://our.umbraco.org/forum/getting-started/installing-umbraco/48351-Umbraco-703-is-totally-broken-after-fresh-nuget-install to get it working at all.

    Then copied installation to hosting via FTP. Called the site home page and got the install set up as expected. Went through normal installation with an MSSQL DB then as the last step installed the right-most starter kit. Then got this:-

    Compiler Error Message: CS0246: The type or namespace name 'HttpResponseMessage' could not be found (are you missing a using directive or an assembly reference?)

    Source Error:

    Line 14: { Line 15: // POST umbraco/api/umbcontact/post Line 16: public HttpResponseMessage Post([FromBody]UmbContactMail message) Line 17: { Line 18: // Return errors if the model validation fails

    Is this a repetition of this issue: http://issues.umbraco.org/issue/U4-3399 ?

    Is there a way around this?

    Thanks

    Craig

  • Craig100 1136 posts 2523 karma points c-trib
    Feb 19, 2014 @ 21:34
    Craig100
    100

    Using a direct download of the .zip file instead of the Nuget version, all was well after that. So it looks like the the issue U4-3399 has returned.

    Cheers,

    Craig

Please Sign in or register to post replies

Write your reply to:

Draft