Error CS0006 Metadata file could not be found

  • Thread starter Thread starter Piotr Wójcik (Peter)
  • Start date Start date
P

Piotr Wójcik (Peter)

Guest
Good morning,

This is my first question here. I found this problem in many companies. Sometimes even if I made lot of effort some DLLs files cannot be loaded. Usually I made steps such like:

  • Clean and rebuild projects,
  • Unload and load projects,
  • Delete '.vs', 'bin' and 'obj' folder and restart Visual Studio in administration rights,
  • Reinstall all NuGet packages,
  • Delete and add new references,
  • Clean cache,
  • Switch from Debug to Release version,
  • Change platform from x86 to x64.

But even if all that effort sometimes I cannot manage to integrate all projects and Error CS0006 appear when I am building all my projects.

What else can I do to resolve this problem?

Thank you in advance,

Continue reading...
 
Back
Top