I get the following error when debugging (F5) my code in Visual Studio (2017):
ServiceLocatorImplBase.cs not found
Reading the detail, it seems to be looking for a file on my computer in the following place:
'c:\Home\Chris\Projects\CommonServiceLocator\main\Microsoft.Practices.ServiceLocation\ServiceLocatorImplBase.cs'
I don't have a directory 'c:\Home\Chris...' and I have no idea why it would be looking there.
How can I fix this?