I have a simple .NET console application that I am using to test some new libraries I wrote and I keep receiving a System.MissingMethodException
on a certain method in the console Program.cs file itself. The method worked previously, then all of a sudden the app started throwing the System.MissingMethodException
error when that method is called (before even entering the method.
What I tried:
- Cleaning application
- Rebuilding
- Removing all references to the libraries I am testing
- Deleting all of the dll files from the bin folders for all of the programs
Why is it still throwing an error? I referenced these questions already: