Why are signed assemblies slow to load?

Jason Evans’ post does contain the answer, but in the form of a link. I thought it would be good to post the actual solution here: Create a file Appname.exe.config in the same folder as the executable (where Appname is the name of your executable; for development, this would be in the debug output folder). … Read more