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
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
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
is working on a reply...