Suzanne Cook's .NET CLR NotesCommon Language Runtime DeveloperDebugging a MissingMethodException, MissingFieldException, TypeLoadException- February 14, 2004 Say you've just installed some assemblies from a third party and now you're seeing a MissingMethodException, MissingFieldException, or TypeLoadException (during the run of an application using those assemblies). Below are the common causes. Loading failuresFirst, check for assembly binding failures by getting the Fusion log. Look for the assembly containing that methodfieldtype or assemblies containing types referenced by it. If an assembly failed to load, use the instructions at the..http://blogs.msdn.com/suzcook/archive/2004/02/13/debugging-a-missingmethodexception-missin... |