Update module not found error message (#10692)
authorJan Vorlicek <janvorli@microsoft.com>
Tue, 4 Apr 2017 23:41:25 +0000 (01:41 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Apr 2017 23:41:25 +0000 (01:41 +0200)
commit24f1153adfc1a83e490d8d22ee353b322aba1e33
treeeec8eda9df25df406a93fb6dab3f142674ed2a53
parent60ed6841161a3b5e5e627041bc0d4a87bb21ce22
Update module not found error message (#10692)

This message can be misleading, since it says "The specified module
could not be found", but it would also report case when the module
was found, but one of the module's dependencies were not found.
Multiple people in the past were hit by that when their module was
not loaded, they were thinking that there is some problem with
the path coreclr is loading modules from or something like that and
spent non-trivial amount of time trying to figure that out.
The fact that the module could have missing dependencies is really
not obvious.

So I am updating the message to reflect that fact.
src/pal/src/misc/errorstrings.cpp