From e0d7722766144bb670e874c43f6d126f18541a9a Mon Sep 17 00:00:00 2001 From: Pallavi Taneja Date: Wed, 13 May 2015 10:20:39 -0700 Subject: 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] --- src/mscorlib/src/mscorlib.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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. -- cgit v1.2.3