3

I am using Visual Studio 2012 and .NET 4.5 and the new WebAPI project type. However, I am unable to add a reference to my class library project to the WebAPI project. Does this need to be a "portable class library" project or can it be a regular one? There's no error, it just doesn't get added!

2
  • what is the class library? is it a native assembly? Commented Aug 31, 2012 at 0:57
  • @DanielA.White It is a C# assembly. Commented Aug 31, 2012 at 2:08

1 Answer 1

2

Alrighty so in Visual Studio 2012 there's a check box next to each reference you want to add, in the add references menu.

It's very non-intuitive. We've gone away from selecting things by highlighting and have moved to check boxes.

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

3 Comments

This, unfortunately, is true sometimes... >.<
@dodexahedron I've edited this to make it actually an answer! I've found the culprit.
Thanks! Sheesh, I can't believe that UI cue completely escaped me.

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.