I see this when analyzing my dump file:
0:000> !pe
Exception object: 0000000000ec2228
Exception type: System.IO.FileNotFoundException
Message: Could not load file or assembly 'MyTest.exe' or one of its dependencies. The system cannot find the file specified.
InnerException: <none>
StackTrace (generated):
<none>
StackTraceString: <none>
HResult: 80070002
How do I find out which assembly could not be loaded? All I have is this dump file and the condition has resolved since the incident so the app is running fine at the moment.