Hello
I am getting a multitude of warnings about 'Unable to update auto-refresh reference' in several files. Visual Studio 2013 cannot find:
'entityframework.dll.refresh'.
'microsoft.owin.security.oauth.dll.refresh'
'WebGrease.dll'
'Owin.dll'
'microsoft.owin.security.google.dll.refresh'
'microsoft.owin.host.systemweb.dll.refresh'
'microsoft.owin.security.google.dll.refresh'
and so the list goes on!
What is strange is that every one of these warnings relate to an old project, WebSite2 - a predecessor to one I am currently working on - that no longer exists. A typical warning looks like this:
..\..\Projects\WebSite2\packages\Microsoft.Owin.Security.OAuth.2.0.0\lib\net45\Microsoft.Owin.Security.OAuth.dll
These warnings show up while I have WebSite8 open in Visual Studio.
How can I prevent these warnings, please?
Go to the complete details ...