Improve crossgen error when mscorlib is missing (issue 1889)
authorJohn Chen (JOCHEN7) <jochen@microsoft.com>
Thu, 29 Oct 2015 21:15:37 +0000 (14:15 -0700)
committerJohn Chen <jochen@microsoft.com>
Tue, 5 Jan 2016 05:54:09 +0000 (21:54 -0800)
commita432099572218c67b55b805d19bd29e02de42ff4
treeca386366c72bc18d8ffeaaa309a058cafa7772bb
parent85f256e9b41cac20834d9695675e3ac8694454f9
Improve crossgen error when mscorlib is missing (issue 1889)

When mscorlib is missing, crossgen reports a "file not found" error,
without indicating which file is missing. This makes it hard to discover
the actual error. This commit improves error reporting in such cases.
src/utilcode/ccomprc.cpp
src/utilcode/sstring_com.cpp
src/vm/appdomain.cpp
src/vm/ceemain.cpp
src/vm/clrex.cpp