3

I cannot figure out how to create an ASP.NET Web Api solution in Xamarin Studio on OS X.

I have tried to create an ASP.NET MVC 3 solution and inherit from ApiController but the class cannot be found.

What steps to I need to take to create an ASP.NET Web Api solution in Xamarin Studio on OS X?

2 Answers 2

3

Have you tried installing the WebApi NuGet package?

Sign up to request clarification or add additional context in comments.

2 Comments

I have not. I will try when I get home. Thanks.
Be careful with version you use, the latest may not be supported in mono: stackoverflow.com/q/22219229/516748
0

As Far As I know Web API is not part of MVC3, it was added in MVC4.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.