I have a solution with 5 class libraries. I built these classes with .NET 4.5, but I had to change the version of .NET to 4, so I change all of these class libraries to 4, and now I get this error:
The type or namespace name 'InvoiceRepository' could not be found (are you missing a using directive or an assembly reference?)
All class libraries have the same version of .NET (i.e. 4), but I get the same error. I googled it and I found that NuGet should be removed and should be installed again. I did that but I get the same error.
best regards