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
Tasks
How to: Find Out More About an Exception with the Exception Assistant
Reference
Visual J# Exception Handling for the Debugger
Visual J# Exception Hierarchies
MissingFieldException