3

I created new asp.net core WebApplication and .net core class library. Then I tried to add a reference to .net core class library from asp.net core. It built ok, but it is not visible.

enter image description here

Any idea?

4
  • Is your Resharper up-to-date? Commented May 24, 2016 at 16:26
  • I've updated it to Ultimate 2016.1.2 and it gives the advice to add the reference but it doesn't help and reference has been added already. It's weird but if I rerun visual studio it'll be visible for a moment and then not visible again. Commented May 24, 2016 at 16:41
  • What version of Visual Studio are you on, looks like you still have VS 2015 Update 1, but you will need Update 2. Commented May 24, 2016 at 16:48
  • I have VS 2015 update 2 Commented May 24, 2016 at 16:48

1 Answer 1

4

Any idea?

Yes, this can sometimes be related to ReSharper's cache.

Follow these steps:

  1. Build > Clean Solution
  2. Resharper > Options> General > "Clear Cache"
  3. Restart Visual Studio
  4. Build > Rebuild Solution
Sign up to request clarification or add additional context in comments.

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.