summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPallavi Taneja <pallavit@microsoft.com>2015-05-13 10:20:39 -0700
committerPallavi Taneja <pallavit@microsoft.com>2015-05-13 10:20:39 -0700
commite0d7722766144bb670e874c43f6d126f18541a9a (patch)
tree4e68c686a52d2210b156b32104deed12b65ec642 /src
parentba1eb702cfb4ad8a16cce685ab01de360ac0c9a9 (diff)
downloadcoreclr-e0d7722766144bb670e874c43f6d126f18541a9a.tar.gz
coreclr-e0d7722766144bb670e874c43f6d126f18541a9a.tar.bz2
coreclr-e0d7722766144bb670e874c43f6d126f18541a9a.zip
While trying to throw MissingManifestResourceException in NetCoreForCoreCLR we try to load MissingManifestResource_ResWFileNotLoaded, which is not present in the CoreCLR version of the mscorlib, resulting in throwing ArgumentNullException instead. This change simply adds the two resources to the CoreCLR version of the assembly.
[tfs-changeset: 1469999]
Diffstat (limited to 'src')
-rw-r--r--src/mscorlib/src/mscorlib.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mscorlib/src/mscorlib.txt b/src/mscorlib/src/mscorlib.txt
index bf8bb8597c..e287368297 100644
--- a/src/mscorlib/src/mscorlib.txt
+++ b/src/mscorlib/src/mscorlib.txt
@@ -1336,10 +1336,8 @@ MissingManifestResource_LooselyLinked = Could not find a manifest resource entry
MissingManifestResource_NoNeutralAsm = Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "{0}" was correctly embedded or linked into assembly "{1}" at compile time, or that all the satellite assemblies required are loadable and fully signed.
MissingManifestResource_NoNeutralDisk = Could not find any resources appropriate for the specified culture (or the neutral culture) on disk.
MissingManifestResource_MultipleBlobs = A case-insensitive lookup for resource file "{0}" in assembly "{1}" found multiple entries. Remove the duplicates or specify the exact case.
-#if !FEATURE_CORECLR
MissingManifestResource_ResWFileNotLoaded = Unable to load resources for resource file "{0}" in package "{1}".
MissingManifestResource_NoPRIresources = Unable to open Package Resource Index.
-#endif
; MissingMember
MissingMemberTypeRef = FieldInfo does not match the target Type.