Troubleshooting Exceptions: System.MissingFieldException

 

A MissingFieldException exception is thrown when there is an attempt to dynamically access a field that does not exist.

Associated Tips

  • If a field in a class library has been removed or renamed, recompile any assemblies that reference that library.
    This exception is generated when an attempt is made to dynamically access a deleted or renamed field of an assembly that is not referenced by its strong name.

See Also

MissingFieldException
How to: Use the Exception Assistant