How to debug System.TypeLoadException errors in .NET?

I received this error after refactoring. I had two projects compiling to DLLs with the same name.

Check the “Assembly name” in the project’s properties’ “Application” section.

Leave a Comment